Html Css Color HEX #034A24 British Racing Green

📋 copy color: '#034A24'

red 3 ◦ green 74 ◦ blue 36

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

Shades of British Racing Green #034A24

Tints of British Racing Green #034A24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 31.86%

R = 2.65%
G = 65.49%
B = 31.86%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.51

 K value IS 0.71

RGB Variations

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

Color information

#034A24 (or 0x034A24) is known color: British Racing Green. HEX triplet: 03, 4A and 24. RGB value is (3,74,36). Sum of RGB (Red+Green+Blue) = 3+74+36=113 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.65% from 113); Green value is 74 (29.30% from 255 or 65.49% from 113); Blue value is 36 (14.45% from 255 or 31.86% from 113); Max value from RGB is 74 - color contains mainly: green. Hex color #034A24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034A24 is #FCB5DB. Grayscale: #303030. Windows color (decimal): -16561628 or 2378243. OLE color: 2378243.

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

Color convert

RGB 3 74 36 -
CMYK 0.96 0 0.51 0.71
HSL 147.89º 0.92% 0.15% -
HSV(B) 147.89º 0.96% 0.29% -
XYZ 2.8 5.04 2.49 -
YUV 48.44 120.98 95.59 -
System Red Green Blue C M Y K H S L
Decimal 3 74 36 0.96 0 0.51 0.71 147.89 0.92 0.15
Hex 3 4A 24 60 0 33 47 94 5C F
Octal 3 112 44 140 0 63 107 224 134 17
Binary 11 1001010 100100 1100000 0 110011 1000111 10010100 1011100 1111

Color Harmonies of #034A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034A24

Black with #034A24

Text Example


Text Example

White with #034A24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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