Html Css Color HEX #024632 British Racing Green

📋 copy color: '#024632'

red 2 ◦ green 70 ◦ blue 50

#024632
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of British Racing Green #024632

Tints of British Racing Green #024632

RGB

 RED value IS 2 (1.17% from 255) = 1.64%

 GREEN value IS 70 (27.73% from 255) = 57.38%

 BLUE value IS 50 (19.92% from 255) = 40.98%

R = 1.64%
G = 57.38%
B = 40.98%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.29

 K value IS 0.73

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#024632 (or 0x024632) is known color: British Racing Green. HEX triplet: 02, 46 and 32. RGB value is (2,70,50). Sum of RGB (Red+Green+Blue) = 2+70+50=122 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.64% from 122); Green value is 70 (27.73% from 255 or 57.38% from 122); Blue value is 50 (19.92% from 255 or 40.98% from 122); Max value from RGB is 70 - color contains mainly: green. Hex color #024632 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024632 is #FDB9CD. Grayscale: #2F2F2F. Windows color (decimal): -16628174 or 3294722. OLE color: 3294722.

HSL color Cylindrical-coordinate representation of color #024632: hue angle of 162.35º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024632 is Cyan = 0.97, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.73.

Color convert

RGB 2 70 50 -
CMYK 0.97 0 0.29 0.73
HSL 162.35º 0.94% 0.14% -
HSV(B) 162.35º 0.97% 0.27% -
XYZ 2.79 4.62 3.76 -
YUV 47.39 129.47 95.63 -
System Red Green Blue C M Y K H S L
Decimal 2 70 50 0.97 0 0.29 0.73 162.35 0.94 0.14
Hex 2 46 32 61 0 1D 49 A2 5E E
Octal 2 106 62 141 0 35 111 242 136 16
Binary 10 1000110 110010 1100001 0 11101 1001001 10100010 1011110 1110

Color Harmonies of #024632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024632

Black with #024632

Text Example


Text Example

White with #024632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024632; }

 p { color: rgb(2,70,50); }

 H1.HeaderClassName
 {
   color: #024632;
 }
 .AnyTagClassName
 {
   color: #024632;
 }
</style>

background-color css

<style>
 a { background-color: #024632; }

 a { background-color: rgb(2,70,50); }

 div.DivClassName
 {
   background-color: #024632;
 }
 .BgClassName
 {
   background-color: #024632;
 }
</style>

border-color css

<style>
 span { border-color: #024632; }

 span { border-color: rgb(2,70,50); }

 td.TdClassName
 {
   border-color: #024632;
 }
 .TagClassName
 {
   border-color: #024632;
 }
</style>