#034317

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

Shades of British Racing Green #034317

Tints of British Racing Green #034317

Color information

#034317 (or 0x034317) is unknown color: approx British Racing Green. HEX triplet: 03, 43 and 17. RGB value is (3,67,23). Sum of RGB (Red+Green+Blue) = 3+67+23=93 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.23% from 93); Green value is 67 (26.56% from 255 or 72.04% from 93); Blue value is 23 (9.38% from 255 or 24.73% from 93); Max value from RGB is 67 - color contains mainly: green. Hex color #034317 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034317 is #FCBCE8. Grayscale: #2A2A2A. Windows color (decimal): -16563433 or 1524483. OLE color: 1524483.

HSL color Cylindrical-coordinate representation of color #034317: hue angle of 138.75º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034317 is Cyan = 0.96, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.74.

Color convert

RGB36723-
CMYK0.9600.660.74
HSL138.75º91.43%13.73%-
HSV(B)138.75º95.52%26.27%-
XYZ2.24.11.49-
YUV42.85116.899.58-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.23%
GREEN value IS 67 (26.56% from 255) = 72.04%
BLUE value IS 23 (9.38% from 255) = 24.73%
R=3.23%
G=72.04%
B=24.73%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal367230.9600.660.74138.7591.4313.73
Hex34317600424A8b5be
Octal310327140010211221313316
Binary1110000111011111000000100001010010101000101110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034317; }

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

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

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

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

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

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

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

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