#034B17

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

Shades of British Racing Green #034B17

Tints of British Racing Green #034B17

Color information

#034B17 (or 0x034B17) is unknown color: approx British Racing Green. HEX triplet: 03, 4B and 17. RGB value is (3,75,23). Sum of RGB (Red+Green+Blue) = 3+75+23=101 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.97% from 101); Green value is 75 (29.69% from 255 or 74.26% from 101); Blue value is 23 (9.38% from 255 or 22.77% from 101); Max value from RGB is 75 - color contains mainly: green. Hex color #034B17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034B17 is #FCB4E8. Grayscale: #2F2F2F. Windows color (decimal): -16561385 or 1526531. OLE color: 1526531.

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

Color convert

RGB37523-
CMYK0.9600.690.71
HSL136.67º92.31%15.29%-
HSV(B)136.67º96%29.41%-
XYZ2.715.111.65-
YUV47.54114.1596.23-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.97%
GREEN value IS 75 (29.69% from 255) = 74.26%
BLUE value IS 23 (9.38% from 255) = 22.77%
R=2.97%
G=74.26%
B=22.77%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal375230.9600.690.71136.6792.3115.29
Hex34B176004547895cf
Octal311327140010510721113417
Binary1110010111011111000000100010110001111000100110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034B17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,75,23); }

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

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

 a { background-color: rgb(3,75,23); }

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

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

 span { border-color: rgb(3,75,23); }

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