Html Css Color HEX #034E1E British Racing Green

📋 copy color: '#034E1E'

red 3 ◦ green 78 ◦ blue 30

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

Shades of British Racing Green #034E1E

Tints of British Racing Green #034E1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 27.03%

R = 2.7%
G = 70.27%
B = 27.03%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.62

 K value IS 0.69

RGB Variations

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

Color information

#034E1E (or 0x034E1E) is known color: British Racing Green. HEX triplet: 03, 4E and 1E. RGB value is (3,78,30). Sum of RGB (Red+Green+Blue) = 3+78+30=111 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.70% from 111); Green value is 78 (30.86% from 255 or 70.27% from 111); Blue value is 30 (12.11% from 255 or 27.03% from 111); Max value from RGB is 78 - color contains mainly: green. Hex color #034E1E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #034E1E is #FCB1E1. Grayscale: #323232. Windows color (decimal): -16560610 or 1986051. OLE color: 1986051.

HSL color Cylindrical-coordinate representation of color #034E1E: hue angle of 141.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 #034E1E is Cyan = 0.96, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.69.

Color convert

RGB 3 78 30 -
CMYK 0.96 0 0.62 0.69
HSL 141.6º 0.93% 0.16% -
HSV(B) 141.6º 0.96% 0.31% -
XYZ 3 5.56 2.14 -
YUV 50.1 116.65 94.4 -
System Red Green Blue C M Y K H S L
Decimal 3 78 30 0.96 0 0.62 0.69 141.6 0.93 0.16
Hex 3 4E 1E 60 0 3E 45 8E 5D 10
Octal 3 116 36 140 0 76 105 216 135 20
Binary 11 1001110 11110 1100000 0 111110 1000101 10001110 1011101 10000

Color Harmonies of #034E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034E1E

Black with #034E1E

Text Example


Text Example

White with #034E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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