Html Css Color HEX #034D26 British Racing Green

📋 copy color: '#034D26'

red 3 ◦ green 77 ◦ blue 38

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

Shades of British Racing Green #034D26

Tints of British Racing Green #034D26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 32.2%

R = 2.54%
G = 65.25%
B = 32.2%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.51

 K value IS 0.70

RGB Variations

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

Color information

#034D26 (or 0x034D26) is known color: British Racing Green. HEX triplet: 03, 4D and 26. RGB value is (3,77,38). Sum of RGB (Red+Green+Blue) = 3+77+38=118 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.54% from 118); Green value is 77 (30.47% from 255 or 65.25% from 118); Blue value is 38 (15.23% from 255 or 32.20% from 118); Max value from RGB is 77 - color contains mainly: green. Hex color #034D26 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #034D26 is #FCB2D9. Grayscale: #323232. Windows color (decimal): -16560858 or 2510083. OLE color: 2510083.

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

Color convert

RGB 3 77 38 -
CMYK 0.96 0 0.51 0.70
HSL 148.38º 0.93% 0.16% -
HSV(B) 148.38º 0.96% 0.3% -
XYZ 3.04 5.47 2.73 -
YUV 50.43 120.98 94.17 -
System Red Green Blue C M Y K H S L
Decimal 3 77 38 0.96 0 0.51 0.70 148.38 0.93 0.16
Hex 3 4D 26 60 0 33 46 94 5C 10
Octal 3 115 46 140 0 63 106 224 134 20
Binary 11 1001101 100110 1100000 0 110011 1000110 10010100 1011100 10000

Color Harmonies of #034D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034D26

Black with #034D26

Text Example


Text Example

White with #034D26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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