Html Css Color HEX #004318 British Racing Green

📋 copy color: '#004318'

red 0 ◦ green 67 ◦ blue 24

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

Shades of British Racing Green #004318

Tints of British Racing Green #004318

RGB

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

 GREEN value IS 67 (26.56% from 255) = 73.63%

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

R = 0%
G = 73.63%
B = 26.37%

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

#004318 (or 0x004318) is known color: British Racing Green. HEX triplet: 00, 43 and 18. RGB value is (0,67,24). Sum of RGB (Red+Green+Blue) = 0+67+24=91 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 91); Green value is 67 (26.56% from 255 or 73.63% from 91); Blue value is 24 (9.77% from 255 or 26.37% from 91); Max value from RGB is 67 - color contains mainly: green. Hex color #004318 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004318 is #FFBCE7. Grayscale: #2A2A2A. Windows color (decimal): -16760040 or 1590016. OLE color: 1590016.

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

Color convert

RGB 0 67 24 -
CMYK 1 0 0.64 0.74
HSL 141.49º 1% 0.13% -
HSV(B) 141.49º 1% 0.26% -
XYZ 2.17 4.08 1.54 -
YUV 42.07 117.8 98 -
System Red Green Blue C M Y K H S L
Decimal 0 67 24 1 0 0.64 0.74 141.49 1 0.13
Hex 0 43 18 64 0 40 4A 8D 64 D
Octal 0 103 30 144 0 100 112 215 144 15
Binary 0 1000011 11000 1100100 0 1000000 1001010 10001101 1100100 1101

Color Harmonies of #004318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004318

Black with #004318

Text Example


Text Example

White with #004318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004318; }

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

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

background-color css

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

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

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

border-color css

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

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

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