#00402A

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

Shades of British Racing Green #00402A

Tints of British Racing Green #00402A

Color information

#00402A (or 0x00402A) is unknown color: approx British Racing Green. HEX triplet: 00, 40 and 2A. RGB value is (0,64,42). Sum of RGB (Red+Green+Blue) = 0+64+42=106 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 106); Green value is 64 (25.39% from 255 or 60.38% from 106); Blue value is 42 (16.80% from 255 or 39.62% from 106); Max value from RGB is 64 - color contains mainly: green. Hex color #00402A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00402A is #FFBFD5. Grayscale: #2A2A2A. Windows color (decimal): -16760790 or 2768896. OLE color: 2768896.

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

Color convert

RGB06442-
CMYK100.340.75
HSL159.38º100%12.55%-
HSV(B)159.38º100%25.1%-
XYZ2.253.832.81-
YUV42.36127.897.79-

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) = 60.38%
BLUE value IS 42 (16.80% from 255) = 39.62%
R=0%
G=60.38%
B=39.62%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal06442100.340.75159.3810012.55
Hex0402A640224B9f64d
Octal01005214404211323714415
Binary010000001010101100100010001010010111001111111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00402A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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