Html Css Color HEX #034A12 British Racing Green

📋 copy color: '#034A12'

red 3 ◦ green 74 ◦ blue 18

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

Shades of British Racing Green #034A12

Tints of British Racing Green #034A12

RGB

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

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

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

R = 3.16%
G = 77.89%
B = 18.95%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.76

 K value IS 0.71

RGB Variations

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

Color information

#034A12 (or 0x034A12) is known color: British Racing Green. HEX triplet: 03, 4A and 12. RGB value is (3,74,18). Sum of RGB (Red+Green+Blue) = 3+74+18=95 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.16% from 95); Green value is 74 (29.30% from 255 or 77.89% from 95); Blue value is 18 (7.42% from 255 or 18.95% from 95); Max value from RGB is 74 - color contains mainly: green. Hex color #034A12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034A12 is #FCB5ED. Grayscale: #2E2E2E. Windows color (decimal): -16561646 or 1198595. OLE color: 1198595.

HSL color Cylindrical-coordinate representation of color #034A12: hue angle of 132.68º 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 #034A12 is Cyan = 0.96, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.71.

Color convert

RGB 3 74 18 -
CMYK 0.96 0 0.76 0.71
HSL 132.68º 0.92% 0.15% -
HSV(B) 132.68º 0.96% 0.29% -
XYZ 2.6 4.96 1.39 -
YUV 46.39 111.98 97.05 -
System Red Green Blue C M Y K H S L
Decimal 3 74 18 0.96 0 0.76 0.71 132.68 0.92 0.15
Hex 3 4A 12 60 0 4C 47 85 5C F
Octal 3 112 22 140 0 114 107 205 134 17
Binary 11 1001010 10010 1100000 0 1001100 1000111 10000101 1011100 1111

Color Harmonies of #034A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034A12

Black with #034A12

Text Example


Text Example

White with #034A12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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