#00402B

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

Shades of British Racing Green #00402B

Tints of British Racing Green #00402B

Color information

#00402B (or 0x00402B) is unknown color: approx British Racing Green. HEX triplet: 00, 40 and 2B. RGB value is (0,64,43). Sum of RGB (Red+Green+Blue) = 0+64+43=107 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 107); Green value is 64 (25.39% from 255 or 59.81% from 107); Blue value is 43 (17.19% from 255 or 40.19% from 107); Max value from RGB is 64 - color contains mainly: green. Hex color #00402B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00402B is #FFBFD4. Grayscale: #2A2A2A. Windows color (decimal): -16760789 or 2834432. OLE color: 2834432.

HSL color Cylindrical-coordinate representation of color #00402B: hue angle of 160.31º 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 #00402B is Cyan = 1, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.75.

Color convert

RGB06443-
CMYK100.330.75
HSL160.31º100%12.55%-
HSV(B)160.31º100%25.1%-
XYZ2.273.842.91-
YUV42.47128.397.71-

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) = 59.81%
BLUE value IS 43 (17.19% from 255) = 40.19%
R=0%
G=59.81%
B=40.19%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal06443100.330.75160.3110012.55
Hex0402B640214Ba064d
Octal01005314404111324014415
Binary010000001010111100100010000110010111010000011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00402B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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