#034718

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

Shades of British Racing Green #034718

Tints of British Racing Green #034718

Color information

#034718 (or 0x034718) is unknown color: approx British Racing Green. HEX triplet: 03, 47 and 18. RGB value is (3,71,24). Sum of RGB (Red+Green+Blue) = 3+71+24=98 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.06% from 98); Green value is 71 (28.12% from 255 or 72.45% from 98); Blue value is 24 (9.77% from 255 or 24.49% from 98); Max value from RGB is 71 - color contains mainly: green. Hex color #034718 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034718 is #FCB8E7. Grayscale: #2D2D2D. Windows color (decimal): -16562408 or 1591043. OLE color: 1591043.

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

Color convert

RGB37124-
CMYK0.9600.660.72
HSL138.53º91.89%14.51%-
HSV(B)138.53º95.77%27.84%-
XYZ2.464.591.62-
YUV45.31115.9797.82-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.06%
GREEN value IS 71 (28.12% from 255) = 72.45%
BLUE value IS 24 (9.77% from 255) = 24.49%
R=3.06%
G=72.45%
B=24.49%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal371240.9600.660.72138.5391.8914.51
Hex3471860042488b5cf
Octal310730140010211021313417
Binary1110001111100011000000100001010010001000101110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034718; }

 p { color: rgb(3,71,24); }

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

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

 a { background-color: rgb(3,71,24); }

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

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

 span { border-color: rgb(3,71,24); }

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