#035D0F

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

Shades of Green #035D0F

Tints of Green #035D0F

Color information

#035D0F (or 0x035D0F) is unknown color: approx Green. HEX triplet: 03, 5D and 0F. RGB value is (3,93,15). Sum of RGB (Red+Green+Blue) = 3+93+15=111 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.70% from 111); Green value is 93 (36.72% from 255 or 83.78% from 111); Blue value is 15 (6.25% from 255 or 13.51% from 111); Max value from RGB is 93 - color contains mainly: green. Hex color #035D0F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035D0F is #FCA2F0. Grayscale: #393939. Windows color (decimal): -16556785 or 1006851. OLE color: 1006851.

HSL color Cylindrical-coordinate representation of color #035D0F: hue angle of 128º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035D0F is Cyan = 0.97, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.64.

Color convert

RGB39315-
CMYK0.9700.840.64
HSL128º93.75%18.82%-
HSV(B)128º96.77%36.47%-
XYZ4.047.881.76-
YUV57.2104.1889.34-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.70%
GREEN value IS 93 (36.72% from 255) = 83.78%
BLUE value IS 15 (6.25% from 255) = 13.51%
R=2.70%
G=83.78%
B=13.51%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal393150.9700.840.6412893.7518.82
Hex35DF6105440805e13
Octal313517141012410020013623
Binary1110111011111110000101010100100000010000000101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035D0F; }

 p { color: rgb(3,93,15); }

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

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

 a { background-color: rgb(3,93,15); }

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

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

 span { border-color: rgb(3,93,15); }

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