Html Css Color HEX #004315 British Racing Green

📋 copy color: '#004315'

red 0 ◦ green 67 ◦ blue 21

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

Shades of British Racing Green #004315

Tints of British Racing Green #004315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 23.86%

R = 0%
G = 76.14%
B = 23.86%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.69

 K value IS 0.74

RGB Variations

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

Color information

#004315 (or 0x004315) is known color: British Racing Green. HEX triplet: 00, 43 and 15. RGB value is (0,67,21). Sum of RGB (Red+Green+Blue) = 0+67+21=88 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 88); Green value is 67 (26.56% from 255 or 76.14% from 88); Blue value is 21 (8.59% from 255 or 23.86% from 88); Max value from RGB is 67 - color contains mainly: green. Hex color #004315 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004315 is #FFBCEA. Grayscale: #292929. Windows color (decimal): -16760043 or 1393408. OLE color: 1393408.

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

Color convert

RGB 0 67 21 -
CMYK 1 0 0.69 0.74
HSL 138.81º 1% 0.13% -
HSV(B) 138.81º 1% 0.26% -
XYZ 2.14 4.07 1.38 -
YUV 41.72 116.3 98.24 -
System Red Green Blue C M Y K H S L
Decimal 0 67 21 1 0 0.69 0.74 138.81 1 0.13
Hex 0 43 15 64 0 45 4A 8B 64 D
Octal 0 103 25 144 0 105 112 213 144 15
Binary 0 1000011 10101 1100100 0 1000101 1001010 10001011 1100100 1101

Color Harmonies of #004315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004315

Black with #004315

Text Example


Text Example

White with #004315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004315; }

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

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

background-color css

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

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

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

border-color css

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

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

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