Html Css Color HEX #034816 British Racing Green

📋 copy color: '#034816'

red 3 ◦ green 72 ◦ blue 22

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

Shades of British Racing Green #034816

Tints of British Racing Green #034816

RGB

 RED value IS 3 (1.56% from 255) = 3.09%

 GREEN value IS 72 (28.52% from 255) = 74.23%

 BLUE value IS 22 (8.98% from 255) = 22.68%

R = 3.09%
G = 74.23%
B = 22.68%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.69

 K value IS 0.72

RGB Variations

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

Color information

#034816 (or 0x034816) is known color: British Racing Green. HEX triplet: 03, 48 and 16. RGB value is (3,72,22). Sum of RGB (Red+Green+Blue) = 3+72+22=97 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.09% from 97); Green value is 72 (28.52% from 255 or 74.23% from 97); Blue value is 22 (8.98% from 255 or 22.68% from 97); Max value from RGB is 72 - color contains mainly: green. Hex color #034816 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034816 is #FCB7E9. Grayscale: #2D2D2D. Windows color (decimal): -16562154 or 1460227. OLE color: 1460227.

HSL color Cylindrical-coordinate representation of color #034816: hue angle of 136.52º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034816 is Cyan = 0.96, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.72.

Color convert

RGB 3 72 22 -
CMYK 0.96 0 0.69 0.72
HSL 136.52º 0.92% 0.15% -
HSV(B) 136.52º 0.96% 0.28% -
XYZ 2.5 4.71 1.54 -
YUV 45.67 114.64 97.57 -
System Red Green Blue C M Y K H S L
Decimal 3 72 22 0.96 0 0.69 0.72 136.52 0.92 0.15
Hex 3 48 16 60 0 45 48 89 5C F
Octal 3 110 26 140 0 105 110 211 134 17
Binary 11 1001000 10110 1100000 0 1000101 1001000 10001001 1011100 1111

Color Harmonies of #034816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034816

Black with #034816

Text Example


Text Example

White with #034816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034816; }

 p { color: rgb(3,72,22); }

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

background-color css

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

 a { background-color: rgb(3,72,22); }

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

border-color css

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

 span { border-color: rgb(3,72,22); }

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