Html Css Color HEX #034F32 British Racing Green

📋 copy color: '#034F32'

red 3 ◦ green 79 ◦ blue 50

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

Shades of British Racing Green #034F32

Tints of British Racing Green #034F32

RGB

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

 GREEN value IS 79 (31.25% from 255) = 59.85%

 BLUE value IS 50 (19.92% from 255) = 37.88%

R = 2.27%
G = 59.85%
B = 37.88%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.37

 K value IS 0.69

RGB Variations

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

Color information

#034F32 (or 0x034F32) is known color: British Racing Green. HEX triplet: 03, 4F and 32. RGB value is (3,79,50). Sum of RGB (Red+Green+Blue) = 3+79+50=132 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.27% from 132); Green value is 79 (31.25% from 255 or 59.85% from 132); Blue value is 50 (19.92% from 255 or 37.88% from 132); Max value from RGB is 79 - color contains mainly: green. Hex color #034F32 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #034F32 is #FCB0CD. Grayscale: #353535. Windows color (decimal): -16560334 or 3297027. OLE color: 3297027.

HSL color Cylindrical-coordinate representation of color #034F32: hue angle of 157.11º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034F32 is Cyan = 0.96, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.69.

Color convert

RGB 3 79 50 -
CMYK 0.96 0 0.37 0.69
HSL 157.11º 0.93% 0.16% -
HSV(B) 157.11º 0.96% 0.31% -
XYZ 3.41 5.84 3.97 -
YUV 52.97 126.32 92.36 -
System Red Green Blue C M Y K H S L
Decimal 3 79 50 0.96 0 0.37 0.69 157.11 0.93 0.16
Hex 3 4F 32 60 0 25 45 9D 5D 10
Octal 3 117 62 140 0 45 105 235 135 20
Binary 11 1001111 110010 1100000 0 100101 1000101 10011101 1011101 10000

Color Harmonies of #034F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034F32

Black with #034F32

Text Example


Text Example

White with #034F32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,79,50); }

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

background-color css

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

 a { background-color: rgb(3,79,50); }

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

border-color css

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

 span { border-color: rgb(3,79,50); }

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