Html Css Color HEX #034A1E British Racing Green

📋 copy color: '#034A1E'

red 3 ◦ green 74 ◦ blue 30

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

Shades of British Racing Green #034A1E

Tints of British Racing Green #034A1E

RGB

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

 GREEN value IS 74 (29.3% from 255) = 69.16%

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

R = 2.8%
G = 69.16%
B = 28.04%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.59

 K value IS 0.71

RGB Variations

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

Color information

#034A1E (or 0x034A1E) is known color: British Racing Green. HEX triplet: 03, 4A and 1E. RGB value is (3,74,30). Sum of RGB (Red+Green+Blue) = 3+74+30=107 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.80% from 107); Green value is 74 (29.30% from 255 or 69.16% from 107); Blue value is 30 (12.11% from 255 or 28.04% from 107); Max value from RGB is 74 - color contains mainly: green. Hex color #034A1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034A1E is #FCB5E1. Grayscale: #2F2F2F. Windows color (decimal): -16561634 or 1985027. OLE color: 1985027.

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

Color convert

RGB 3 74 30 -
CMYK 0.96 0 0.59 0.71
HSL 142.82º 0.92% 0.15% -
HSV(B) 142.82º 0.96% 0.29% -
XYZ 2.72 5.01 2.05 -
YUV 47.76 117.98 96.08 -
System Red Green Blue C M Y K H S L
Decimal 3 74 30 0.96 0 0.59 0.71 142.82 0.92 0.15
Hex 3 4A 1E 60 0 3B 47 8F 5C F
Octal 3 112 36 140 0 73 107 217 134 17
Binary 11 1001010 11110 1100000 0 111011 1000111 10001111 1011100 1111

Color Harmonies of #034A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034A1E

Black with #034A1E

Text Example


Text Example

White with #034A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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