Html Css Color HEX #034A18 British Racing Green

📋 copy color: '#034A18'

red 3 ◦ green 74 ◦ blue 24

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

Shades of British Racing Green #034A18

Tints of British Racing Green #034A18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 23.76%

R = 2.97%
G = 73.27%
B = 23.76%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.68

 K value IS 0.71

RGB Variations

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

Color information

#034A18 (or 0x034A18) is known color: British Racing Green. HEX triplet: 03, 4A and 18. RGB value is (3,74,24). Sum of RGB (Red+Green+Blue) = 3+74+24=101 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.97% from 101); Green value is 74 (29.30% from 255 or 73.27% from 101); Blue value is 24 (9.77% from 255 or 23.76% from 101); Max value from RGB is 74 - color contains mainly: green. Hex color #034A18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034A18 is #FCB5E7. Grayscale: #2F2F2F. Windows color (decimal): -16561640 or 1591811. OLE color: 1591811.

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

Color convert

RGB 3 74 24 -
CMYK 0.96 0 0.68 0.71
HSL 137.75º 0.92% 0.15% -
HSV(B) 137.75º 0.96% 0.29% -
XYZ 2.65 4.98 1.69 -
YUV 47.07 114.98 96.57 -
System Red Green Blue C M Y K H S L
Decimal 3 74 24 0.96 0 0.68 0.71 137.75 0.92 0.15
Hex 3 4A 18 60 0 44 47 8A 5C F
Octal 3 112 30 140 0 104 107 212 134 17
Binary 11 1001010 11000 1100000 0 1000100 1000111 10001010 1011100 1111

Color Harmonies of #034A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034A18

Black with #034A18

Text Example


Text Example

White with #034A18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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