Html Css Color HEX #034928 British Racing Green

📋 copy color: '#034928'

red 3 ◦ green 73 ◦ blue 40

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

Shades of British Racing Green #034928

Tints of British Racing Green #034928

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 34.48%

R = 2.59%
G = 62.93%
B = 34.48%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.45

 K value IS 0.71

RGB Variations

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

Color information

#034928 (or 0x034928) is known color: British Racing Green. HEX triplet: 03, 49 and 28. RGB value is (3,73,40). Sum of RGB (Red+Green+Blue) = 3+73+40=116 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.59% from 116); Green value is 73 (28.91% from 255 or 62.93% from 116); Blue value is 40 (16.02% from 255 or 34.48% from 116); Max value from RGB is 73 - color contains mainly: green. Hex color #034928 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034928 is #FCB6D7. Grayscale: #303030. Windows color (decimal): -16561880 or 2640131. OLE color: 2640131.

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

Color convert

RGB 3 73 40 -
CMYK 0.96 0 0.45 0.71
HSL 151.71º 0.92% 0.15% -
HSV(B) 151.71º 0.96% 0.29% -
XYZ 2.8 4.94 2.81 -
YUV 48.31 123.31 95.68 -
System Red Green Blue C M Y K H S L
Decimal 3 73 40 0.96 0 0.45 0.71 151.71 0.92 0.15
Hex 3 49 28 60 0 2D 47 98 5C F
Octal 3 111 50 140 0 55 107 230 134 17
Binary 11 1001001 101000 1100000 0 101101 1000111 10011000 1011100 1111

Color Harmonies of #034928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034928

Black with #034928

Text Example


Text Example

White with #034928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034928; }

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

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

background-color css

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

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

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

border-color css

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

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

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