#00402F

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

Shades of British Racing Green #00402F

Tints of British Racing Green #00402F

Color information

#00402F (or 0x00402F) is unknown color: approx British Racing Green. HEX triplet: 00, 40 and 2F. RGB value is (0,64,47). Sum of RGB (Red+Green+Blue) = 0+64+47=111 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 111); Green value is 64 (25.39% from 255 or 57.66% from 111); Blue value is 47 (18.75% from 255 or 42.34% from 111); Max value from RGB is 64 - color contains mainly: green. Hex color #00402F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00402F is #FFBFD0. Grayscale: #2A2A2A. Windows color (decimal): -16760785 or 3096576. OLE color: 3096576.

HSL color Cylindrical-coordinate representation of color #00402F: hue angle of 164.06º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00402F is Cyan = 1, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.75.

Color convert

RGB06447-
CMYK100.270.75
HSL164.06º100%12.55%-
HSV(B)164.06º100%25.1%-
XYZ2.353.873.31-
YUV42.93130.397.38-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 64 (25.39% from 255) = 57.66%
BLUE value IS 47 (18.75% from 255) = 42.34%
R=0%
G=57.66%
B=42.34%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal06447100.270.75164.0610012.55
Hex0402F6401B4Ba464d
Octal01005714403311324414415
Binary01000000101111110010001101110010111010010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00402F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00402F; }

 p { color: rgb(0,64,47); }

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

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

 a { background-color: rgb(0,64,47); }

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

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

 span { border-color: rgb(0,64,47); }

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