Html Css Color HEX #004310 British Racing Green

📋 copy color: '#004310'

red 0 ◦ green 67 ◦ blue 16

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

Shades of British Racing Green #004310

Tints of British Racing Green #004310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 19.28%

R = 0%
G = 80.72%
B = 19.28%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.76

 K value IS 0.74

RGB Variations

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

Color information

#004310 (or 0x004310) is known color: British Racing Green. HEX triplet: 00, 43 and 10. RGB value is (0,67,16). Sum of RGB (Red+Green+Blue) = 0+67+16=83 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 83); Green value is 67 (26.56% from 255 or 80.72% from 83); Blue value is 16 (6.64% from 255 or 19.28% from 83); Max value from RGB is 67 - color contains mainly: green. Hex color #004310 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004310 is #FFBCEF. Grayscale: #292929. Windows color (decimal): -16760048 or 1065728. OLE color: 1065728.

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

Color convert

RGB 0 67 16 -
CMYK 1 0 0.76 0.74
HSL 134.33º 1% 0.13% -
HSV(B) 134.33º 1% 0.26% -
XYZ 2.1 4.05 1.16 -
YUV 41.15 113.8 98.65 -
System Red Green Blue C M Y K H S L
Decimal 0 67 16 1 0 0.76 0.74 134.33 1 0.13
Hex 0 43 10 64 0 4C 4A 86 64 D
Octal 0 103 20 144 0 114 112 206 144 15
Binary 0 1000011 10000 1100100 0 1001100 1001010 10000110 1100100 1101

Color Harmonies of #004310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004310

Black with #004310

Text Example


Text Example

White with #004310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004310; }

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

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

background-color css

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

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

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

border-color css

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

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

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