Html Css Color HEX #024332 British Racing Green

📋 copy color: '#024332'

red 2 ◦ green 67 ◦ blue 50

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

Shades of British Racing Green #024332

Tints of British Racing Green #024332

RGB

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

 GREEN value IS 67 (26.56% from 255) = 56.3%

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

R = 1.68%
G = 56.3%
B = 42.02%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.25

 K value IS 0.74

RGB Variations

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

Color information

#024332 (or 0x024332) is known color: British Racing Green. HEX triplet: 02, 43 and 32. RGB value is (2,67,50). Sum of RGB (Red+Green+Blue) = 2+67+50=119 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.68% from 119); Green value is 67 (26.56% from 255 or 56.30% from 119); Blue value is 50 (19.92% from 255 or 42.02% from 119); Max value from RGB is 67 - color contains mainly: green. Hex color #024332 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024332 is #FDBCCD. Grayscale: #2D2D2D. Windows color (decimal): -16628942 or 3293954. OLE color: 3293954.

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

Color convert

RGB 2 67 50 -
CMYK 0.97 0 0.25 0.74
HSL 164.31º 0.94% 0.14% -
HSV(B) 164.31º 0.97% 0.26% -
XYZ 2.61 4.26 3.7 -
YUV 45.63 130.47 96.88 -
System Red Green Blue C M Y K H S L
Decimal 2 67 50 0.97 0 0.25 0.74 164.31 0.94 0.14
Hex 2 43 32 61 0 19 4A A4 5E E
Octal 2 103 62 141 0 31 112 244 136 16
Binary 10 1000011 110010 1100001 0 11001 1001010 10100100 1011110 1110

Color Harmonies of #024332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024332

Black with #024332

Text Example


Text Example

White with #024332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024332; }

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

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

background-color css

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

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

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

border-color css

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

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

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