#004231

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

Shades of British Racing Green #004231

Tints of British Racing Green #004231

Color information

#004231 (or 0x004231) is unknown color: approx British Racing Green. HEX triplet: 00, 42 and 31. RGB value is (0,66,49). Sum of RGB (Red+Green+Blue) = 0+66+49=115 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 115); Green value is 66 (26.17% from 255 or 57.39% from 115); Blue value is 49 (19.53% from 255 or 42.61% from 115); Max value from RGB is 66 - color contains mainly: green. Hex color #004231 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004231 is #FFBDCE. Grayscale: #2C2C2C. Windows color (decimal): -16760271 or 3228160. OLE color: 3228160.

HSL color Cylindrical-coordinate representation of color #004231: hue angle of 164.55º 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 #004231 is Cyan = 1, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.74.

Color convert

RGB06649-
CMYK100.260.74
HSL164.55º100%12.94%-
HSV(B)164.55º100%25.88%-
XYZ2.54.123.57-
YUV44.33130.6396.38-

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) = 57.39%
BLUE value IS 49 (19.53% from 255) = 42.61%
R=0%
G=57.39%
B=42.61%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal06649100.260.74164.5510012.94
Hex042316401A4Aa564d
Octal01026114403211224514415
Binary01000010110001110010001101010010101010010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004231; }

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

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

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

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

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

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

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

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