Html Css Color HEX #034D12 British Racing Green

📋 copy color: '#034D12'

red 3 ◦ green 77 ◦ blue 18

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

Shades of British Racing Green #034D12

Tints of British Racing Green #034D12

RGB

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

 GREEN value IS 77 (30.47% from 255) = 78.57%

 BLUE value IS 18 (7.42% from 255) = 18.37%

R = 3.06%
G = 78.57%
B = 18.37%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.77

 K value IS 0.70

RGB Variations

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

Color information

#034D12 (or 0x034D12) is known color: British Racing Green. HEX triplet: 03, 4D and 12. RGB value is (3,77,18). Sum of RGB (Red+Green+Blue) = 3+77+18=98 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.06% from 98); Green value is 77 (30.47% from 255 or 78.57% from 98); Blue value is 18 (7.42% from 255 or 18.37% from 98); Max value from RGB is 77 - color contains mainly: green. Hex color #034D12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #034D12 is #FCB2ED. Grayscale: #303030. Windows color (decimal): -16560878 or 1199363. OLE color: 1199363.

HSL color Cylindrical-coordinate representation of color #034D12: hue angle of 132.16º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034D12 is Cyan = 0.96, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.70.

Color convert

RGB 3 77 18 -
CMYK 0.96 0 0.77 0.70
HSL 132.16º 0.93% 0.16% -
HSV(B) 132.16º 0.96% 0.3% -
XYZ 2.8 5.37 1.46 -
YUV 48.15 110.98 95.8 -
System Red Green Blue C M Y K H S L
Decimal 3 77 18 0.96 0 0.77 0.70 132.16 0.93 0.16
Hex 3 4D 12 60 0 4D 46 84 5C 10
Octal 3 115 22 140 0 115 106 204 134 20
Binary 11 1001101 10010 1100000 0 1001101 1000110 10000100 1011100 10000

Color Harmonies of #034D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034D12

Black with #034D12

Text Example


Text Example

White with #034D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034D12; }

 p { color: rgb(3,77,18); }

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

background-color css

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

 a { background-color: rgb(3,77,18); }

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

border-color css

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

 span { border-color: rgb(3,77,18); }

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