#034927

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

Shades of British Racing Green #034927

Tints of British Racing Green #034927

Color information

#034927 (or 0x034927) is unknown color: approx British Racing Green. HEX triplet: 03, 49 and 27. RGB value is (3,73,39). Sum of RGB (Red+Green+Blue) = 3+73+39=115 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.61% from 115); Green value is 73 (28.91% from 255 or 63.48% from 115); Blue value is 39 (15.62% from 255 or 33.91% from 115); Max value from RGB is 73 - color contains mainly: green. Hex color #034927 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034927 is #FCB6D8. Grayscale: #303030. Windows color (decimal): -16561881 or 2574595. OLE color: 2574595.

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

Color convert

RGB37339-
CMYK0.9600.470.71
HSL150.86º92.11%14.9%-
HSV(B)150.86º95.89%28.63%-
XYZ2.794.932.72-
YUV48.19122.8195.76-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.61%
GREEN value IS 73 (28.91% from 255) = 63.48%
BLUE value IS 39 (15.62% from 255) = 33.91%
R=2.61%
G=63.48%
B=33.91%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal373390.9600.470.71150.8692.1114.9
Hex349276002F47975cf
Octal31114714005710722713417
Binary1110010011001111100000010111110001111001011110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034927; }

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

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

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

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

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

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

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

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