Html Css Color HEX #034E14 British Racing Green

📋 copy color: '#034E14'

red 3 ◦ green 78 ◦ blue 20

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

Shades of British Racing Green #034E14

Tints of British Racing Green #034E14

RGB

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

 GREEN value IS 78 (30.86% from 255) = 77.23%

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

R = 2.97%
G = 77.23%
B = 19.8%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.74

 K value IS 0.69

RGB Variations

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

Color information

#034E14 (or 0x034E14) is known color: British Racing Green. HEX triplet: 03, 4E and 14. RGB value is (3,78,20). Sum of RGB (Red+Green+Blue) = 3+78+20=101 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.97% from 101); Green value is 78 (30.86% from 255 or 77.23% from 101); Blue value is 20 (8.20% from 255 or 19.80% from 101); Max value from RGB is 78 - color contains mainly: green. Hex color #034E14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #034E14 is #FCB1EB. Grayscale: #313131. Windows color (decimal): -16560620 or 1330691. OLE color: 1330691.

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

Color convert

RGB 3 78 20 -
CMYK 0.96 0 0.74 0.69
HSL 133.6º 0.93% 0.16% -
HSV(B) 133.6º 0.96% 0.31% -
XYZ 2.89 5.52 1.57 -
YUV 48.96 111.65 95.22 -
System Red Green Blue C M Y K H S L
Decimal 3 78 20 0.96 0 0.74 0.69 133.6 0.93 0.16
Hex 3 4E 14 60 0 4A 45 86 5D 10
Octal 3 116 24 140 0 112 105 206 135 20
Binary 11 1001110 10100 1100000 0 1001010 1000101 10000110 1011101 10000

Color Harmonies of #034E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034E14

Black with #034E14

Text Example


Text Example

White with #034E14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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