Html Css Color HEX #004012 British Racing Green

📋 copy color: '#004012'

red 0 ◦ green 64 ◦ blue 18

#004012
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of British Racing Green #004012

Tints of British Racing Green #004012

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 64 (25.39% from 255) = 78.05%

 BLUE value IS 18 (7.42% from 255) = 21.95%

R = 0%
G = 78.05%
B = 21.95%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.72

 K value IS 0.75

RGB Variations

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

Color information

#004012 (or 0x004012) is known color: British Racing Green. HEX triplet: 00, 40 and 12. RGB value is (0,64,18). Sum of RGB (Red+Green+Blue) = 0+64+18=82 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 82); Green value is 64 (25.39% from 255 or 78.05% from 82); Blue value is 18 (7.42% from 255 or 21.95% from 82); Max value from RGB is 64 - color contains mainly: green. Hex color #004012 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004012 is #FFBFED. Grayscale: #272727. Windows color (decimal): -16760814 or 1196032. OLE color: 1196032.

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

Color convert

RGB 0 64 18 -
CMYK 1 0 0.72 0.75
HSL 136.88º 1% 0.13% -
HSV(B) 136.88º 1% 0.25% -
XYZ 1.94 3.71 1.19 -
YUV 39.62 115.8 99.74 -
System Red Green Blue C M Y K H S L
Decimal 0 64 18 1 0 0.72 0.75 136.88 1 0.13
Hex 0 40 12 64 0 48 4B 89 64 D
Octal 0 100 22 144 0 110 113 211 144 15
Binary 0 1000000 10010 1100100 0 1001000 1001011 10001001 1100100 1101

Color Harmonies of #004012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004012

Black with #004012

Text Example


Text Example

White with #004012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004012; }

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

 H1.HeaderClassName
 {
   color: #004012;
 }
 .AnyTagClassName
 {
   color: #004012;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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