Html Css Color HEX #034924 British Racing Green

📋 copy color: '#034924'

red 3 ◦ green 73 ◦ blue 36

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

Shades of British Racing Green #034924

Tints of British Racing Green #034924

RGB

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

 GREEN value IS 73 (28.91% from 255) = 65.18%

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

R = 2.68%
G = 65.18%
B = 32.14%

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

#034924 (or 0x034924) is known color: British Racing Green. HEX triplet: 03, 49 and 24. RGB value is (3,73,36). Sum of RGB (Red+Green+Blue) = 3+73+36=112 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.68% from 112); Green value is 73 (28.91% from 255 or 65.18% from 112); Blue value is 36 (14.45% from 255 or 32.14% from 112); Max value from RGB is 73 - color contains mainly: green. Hex color #034924 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034924 is #FCB6DB. Grayscale: #2F2F2F. Windows color (decimal): -16561884 or 2377987. OLE color: 2377987.

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

Color convert

RGB 3 73 36 -
CMYK 0.96 0 0.51 0.71
HSL 148.29º 0.92% 0.15% -
HSV(B) 148.29º 0.96% 0.29% -
XYZ 2.74 4.91 2.47 -
YUV 47.85 121.31 96.01 -
System Red Green Blue C M Y K H S L
Decimal 3 73 36 0.96 0 0.51 0.71 148.29 0.92 0.15
Hex 3 49 24 60 0 33 47 94 5C F
Octal 3 111 44 140 0 63 107 224 134 17
Binary 11 1001001 100100 1100000 0 110011 1000111 10010100 1011100 1111

Color Harmonies of #034924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034924

Black with #034924

Text Example


Text Example

White with #034924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034924; }

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

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

background-color css

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

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

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

border-color css

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

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

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