#00420E

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

Shades of British Racing Green #00420E

Tints of British Racing Green #00420E

Color information

#00420E (or 0x00420E) is unknown color: approx British Racing Green. HEX triplet: 00, 42 and 0E. RGB value is (0,66,14). Sum of RGB (Red+Green+Blue) = 0+66+14=80 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 80); Green value is 66 (26.17% from 255 or 82.5% from 80); Blue value is 14 (5.86% from 255 or 17.5% from 80); Max value from RGB is 66 - color contains mainly: green. Hex color #00420E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00420E is #FFBDF1. Grayscale: #282828. Windows color (decimal): -16760306 or 934400. OLE color: 934400.

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

Color convert

RGB06614-
CMYK100.790.74
HSL132.73º100%12.94%-
HSV(B)132.73º100%25.88%-
XYZ2.033.931.07-
YUV40.34113.1399.23-

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) = 82.5%
BLUE value IS 14 (5.86% from 255) = 17.5%
R=0%
G=82.5%
B=17.5%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal06614100.790.74132.7310012.94
Hex042E6404F4A8564d
Octal010216144011711220514415
Binary01000010111011001000100111110010101000010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00420E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00420E; }

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

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

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

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

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

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

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

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