Html Css Color HEX #034C14 British Racing Green

📋 copy color: '#034C14'

red 3 ◦ green 76 ◦ blue 20

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

Shades of British Racing Green #034C14

Tints of British Racing Green #034C14

RGB

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

 GREEN value IS 76 (30.08% from 255) = 76.77%

 BLUE value IS 20 (8.2% from 255) = 20.2%

R = 3.03%
G = 76.77%
B = 20.2%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.74

 K value IS 0.70

RGB Variations

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

Color information

#034C14 (or 0x034C14) is known color: British Racing Green. HEX triplet: 03, 4C and 14. RGB value is (3,76,20). Sum of RGB (Red+Green+Blue) = 3+76+20=99 (13% of max value = 765). Red value is 3 (1.56% from 255 or 3.03% from 99); Green value is 76 (30.08% from 255 or 76.77% from 99); Blue value is 20 (8.20% from 255 or 20.20% from 99); Max value from RGB is 76 - color contains mainly: green. Hex color #034C14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034C14 is #FCB3EB. Grayscale: #2F2F2F. Windows color (decimal): -16561132 or 1330179. OLE color: 1330179.

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

Color convert

RGB 3 76 20 -
CMYK 0.96 0 0.74 0.70
HSL 133.97º 0.92% 0.15% -
HSV(B) 133.97º 0.96% 0.3% -
XYZ 2.75 5.24 1.53 -
YUV 47.79 112.32 96.05 -
System Red Green Blue C M Y K H S L
Decimal 3 76 20 0.96 0 0.74 0.70 133.97 0.92 0.15
Hex 3 4C 14 60 0 4A 46 86 5C F
Octal 3 114 24 140 0 112 106 206 134 17
Binary 11 1001100 10100 1100000 0 1001010 1000110 10000110 1011100 1111

Color Harmonies of #034C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034C14

Black with #034C14

Text Example


Text Example

White with #034C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,76,20); }

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

background-color css

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

 a { background-color: rgb(3,76,20); }

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

border-color css

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

 span { border-color: rgb(3,76,20); }

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