#034C27

Color #034C27 British Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of British Racing Green #034C27

Tints of British Racing Green #034C27

Color information

#034C27 (or 0x034C27) is unknown color: approx British Racing Green. HEX triplet: 03, 4C and 27. RGB value is (3,76,39). Sum of RGB (Red+Green+Blue) = 3+76+39=118 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.54% from 118); Green value is 76 (30.08% from 255 or 64.41% from 118); Blue value is 39 (15.62% from 255 or 33.05% from 118); Max value from RGB is 76 - color contains mainly: green. Hex color #034C27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034C27 is #FCB3D8. Grayscale: #323232. Windows color (decimal): -16561113 or 2575363. OLE color: 2575363.

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

Color convert

RGB37639-
CMYK0.9600.490.70
HSL149.59º92.41%15.49%-
HSV(B)149.59º96.05%29.8%-
XYZ2.995.332.79-
YUV49.95121.8294.51-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.54%
GREEN value IS 76 (30.08% from 255) = 64.41%
BLUE value IS 39 (15.62% from 255) = 33.05%
R=2.54%
G=64.41%
B=33.05%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal376390.9600.490.70149.5992.4115.49
Hex34C276003146965cf
Octal31144714006110622613417
Binary1110011001001111100000011000110001101001011010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #034C27;
 }
 .AnyTagClassName
 {
   color: #034C27;
 }
</style>
background-color css

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

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

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

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

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

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