Html Css Color HEX #034D27 British Racing Green

📋 copy color: '#034D27'

red 3 ◦ green 77 ◦ blue 39

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

Shades of British Racing Green #034D27

Tints of British Racing Green #034D27

RGB

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

 GREEN value IS 77 (30.47% from 255) = 64.71%

 BLUE value IS 39 (15.63% from 255) = 32.77%

R = 2.52%
G = 64.71%
B = 32.77%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.49

 K value IS 0.70

RGB Variations

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

Color information

#034D27 (or 0x034D27) is known color: British Racing Green. HEX triplet: 03, 4D and 27. RGB value is (3,77,39). Sum of RGB (Red+Green+Blue) = 3+77+39=119 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.52% from 119); Green value is 77 (30.47% from 255 or 64.71% from 119); Blue value is 39 (15.62% from 255 or 32.77% from 119); Max value from RGB is 77 - color contains mainly: green. Hex color #034D27 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #034D27 is #FCB2D8. Grayscale: #323232. Windows color (decimal): -16560857 or 2575619. OLE color: 2575619.

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

Color convert

RGB 3 77 39 -
CMYK 0.96 0 0.49 0.70
HSL 149.19º 0.93% 0.16% -
HSV(B) 149.19º 0.96% 0.3% -
XYZ 3.06 5.47 2.81 -
YUV 50.54 121.48 94.09 -
System Red Green Blue C M Y K H S L
Decimal 3 77 39 0.96 0 0.49 0.70 149.19 0.93 0.16
Hex 3 4D 27 60 0 31 46 95 5C 10
Octal 3 115 47 140 0 61 106 225 134 20
Binary 11 1001101 100111 1100000 0 110001 1000110 10010101 1011100 10000

Color Harmonies of #034D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034D27

Black with #034D27

Text Example


Text Example

White with #034D27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,77,39); }

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

background-color css

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

 a { background-color: rgb(3,77,39); }

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

border-color css

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

 span { border-color: rgb(3,77,39); }

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