Html Css Color HEX #004218 British Racing Green

📋 copy color: '#004218'

red 0 ◦ green 66 ◦ blue 24

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

Shades of British Racing Green #004218

Tints of British Racing Green #004218

RGB

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

 GREEN value IS 66 (26.17% from 255) = 73.33%

 BLUE value IS 24 (9.77% from 255) = 26.67%

R = 0%
G = 73.33%
B = 26.67%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.64

 K value IS 0.74

RGB Variations

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

Color information

#004218 (or 0x004218) is known color: British Racing Green. HEX triplet: 00, 42 and 18. RGB value is (0,66,24). Sum of RGB (Red+Green+Blue) = 0+66+24=90 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 90); Green value is 66 (26.17% from 255 or 73.33% from 90); Blue value is 24 (9.77% from 255 or 26.67% from 90); Max value from RGB is 66 - color contains mainly: green. Hex color #004218 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004218 is #FFBDE7. Grayscale: #292929. Windows color (decimal): -16760296 or 1589760. OLE color: 1589760.

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

Color convert

RGB 0 66 24 -
CMYK 1 0 0.64 0.74
HSL 141.82º 1% 0.13% -
HSV(B) 141.82º 1% 0.26% -
XYZ 2.11 3.96 1.52 -
YUV 41.48 118.13 98.42 -
System Red Green Blue C M Y K H S L
Decimal 0 66 24 1 0 0.64 0.74 141.82 1 0.13
Hex 0 42 18 64 0 40 4A 8E 64 D
Octal 0 102 30 144 0 100 112 216 144 15
Binary 0 1000010 11000 1100100 0 1000000 1001010 10001110 1100100 1101

Color Harmonies of #004218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004218

Black with #004218

Text Example


Text Example

White with #004218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004218; }

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

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

background-color css

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

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

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

border-color css

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

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

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