#034827

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

Shades of British Racing Green #034827

Tints of British Racing Green #034827

Color information

#034827 (or 0x034827) is unknown color: approx British Racing Green. HEX triplet: 03, 48 and 27. RGB value is (3,72,39). Sum of RGB (Red+Green+Blue) = 3+72+39=114 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.63% from 114); Green value is 72 (28.52% from 255 or 63.16% from 114); Blue value is 39 (15.62% from 255 or 34.21% from 114); Max value from RGB is 72 - color contains mainly: green. Hex color #034827 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034827 is #FCB7D8. Grayscale: #2F2F2F. Windows color (decimal): -16562137 or 2574339. OLE color: 2574339.

HSL color Cylindrical-coordinate representation of color #034827: hue angle of 151.3º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034827 is Cyan = 0.96, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.72.

Color convert

RGB37239-
CMYK0.9600.460.72
HSL151.3º92%14.71%-
HSV(B)151.3º95.83%28.24%-
XYZ2.724.82.7-
YUV47.61123.1496.18-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.63%
GREEN value IS 72 (28.52% from 255) = 63.16%
BLUE value IS 39 (15.62% from 255) = 34.21%
R=2.63%
G=63.16%
B=34.21%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal372390.9600.460.72151.39214.71
Hex348276002E48975cf
Octal31104714005611022713417
Binary1110010001001111100000010111010010001001011110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034827; }

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

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

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

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

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

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

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

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