Html Css Color HEX #004112 British Racing Green

📋 copy color: '#004112'

red 0 ◦ green 65 ◦ blue 18

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

Shades of British Racing Green #004112

Tints of British Racing Green #004112

RGB

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

 GREEN value IS 65 (25.78% from 255) = 78.31%

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

R = 0%
G = 78.31%
B = 21.69%

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

#004112 (or 0x004112) is known color: British Racing Green. HEX triplet: 00, 41 and 12. RGB value is (0,65,18). Sum of RGB (Red+Green+Blue) = 0+65+18=83 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 83); Green value is 65 (25.78% from 255 or 78.31% from 83); Blue value is 18 (7.42% from 255 or 21.69% from 83); Max value from RGB is 65 - color contains mainly: green. Hex color #004112 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004112 is #FFBEED. Grayscale: #282828. Windows color (decimal): -16760558 or 1196288. OLE color: 1196288.

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

Color convert

RGB 0 65 18 -
CMYK 1 0 0.72 0.75
HSL 136.62º 1% 0.13% -
HSV(B) 136.62º 1% 0.25% -
XYZ 2 3.82 1.21 -
YUV 40.21 115.47 99.32 -
System Red Green Blue C M Y K H S L
Decimal 0 65 18 1 0 0.72 0.75 136.62 1 0.13
Hex 0 41 12 64 0 48 4B 89 64 D
Octal 0 101 22 144 0 110 113 211 144 15
Binary 0 1000001 10010 1100100 0 1001000 1001011 10001001 1100100 1101

Color Harmonies of #004112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004112

Black with #004112

Text Example


Text Example

White with #004112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004112; }

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

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

background-color css

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

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

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

border-color css

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

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

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