#034217

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

Shades of British Racing Green #034217

Tints of British Racing Green #034217

Color information

#034217 (or 0x034217) is unknown color: approx British Racing Green. HEX triplet: 03, 42 and 17. RGB value is (3,66,23). Sum of RGB (Red+Green+Blue) = 3+66+23=92 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.26% from 92); Green value is 66 (26.17% from 255 or 71.74% from 92); Blue value is 23 (9.38% from 255 or 25% from 92); Max value from RGB is 66 - color contains mainly: green. Hex color #034217 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034217 is #FCBDE8. Grayscale: #2A2A2A. Windows color (decimal): -16563689 or 1524227. OLE color: 1524227.

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

Color convert

RGB36623-
CMYK0.9500.650.74
HSL139.05º91.3%13.53%-
HSV(B)139.05º95.45%25.88%-
XYZ2.143.981.47-
YUV42.26117.13100-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.26%
GREEN value IS 66 (26.17% from 255) = 71.74%
BLUE value IS 23 (9.38% from 255) = 25%
R=3.26%
G=71.74%
B=25%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal366230.9500.650.74139.0591.313.53
Hex342175F0414A8b5be
Octal310227137010111221313316
Binary1110000101011110111110100000110010101000101110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034217; }

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

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

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

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

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

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

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

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