#004232

Color #004232 British Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of British Racing Green #004232

Tints of British Racing Green #004232

Color information

#004232 (or 0x004232) is unknown color: approx British Racing Green. HEX triplet: 00, 42 and 32. RGB value is (0,66,50). Sum of RGB (Red+Green+Blue) = 0+66+50=116 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 116); Green value is 66 (26.17% from 255 or 56.90% from 116); Blue value is 50 (19.92% from 255 or 43.10% from 116); Max value from RGB is 66 - color contains mainly: green. Hex color #004232 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004232 is #FFBDCD. Grayscale: #2C2C2C. Windows color (decimal): -16760270 or 3293696. OLE color: 3293696.

HSL color Cylindrical-coordinate representation of color #004232: hue angle of 165.45º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004232 is Cyan = 1, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.74.

Color convert

RGB06650-
CMYK100.240.74
HSL165.45º100%12.94%-
HSV(B)165.45º100%25.88%-
XYZ2.524.133.68-
YUV44.44131.1396.3-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 66 (26.17% from 255) = 56.90%
BLUE value IS 50 (19.92% from 255) = 43.10%
R=0%
G=56.90%
B=43.10%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal06650100.240.74165.4510012.94
Hex04232640184Aa564d
Octal01026214403011224514415
Binary01000010110010110010001100010010101010010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004232; }

 p { color: rgb(0,66,50); }

 H1.HeaderClassName
 {
   color: #004232;
 }
 .AnyTagClassName
 {
   color: #004232;
 }
</style>
background-color css

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

 a { background-color: rgb(0,66,50); }

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

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

 span { border-color: rgb(0,66,50); }

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