#1F6502

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

Shades of Green #1F6502

Tints of Green #1F6502

Color information

#1F6502 (or 0x1F6502) is unknown color: approx Green. HEX triplet: 1F, 65 and 02. RGB value is (31,101,2). Sum of RGB (Red+Green+Blue) = 31+101+2=134 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.13% from 134); Green value is 101 (39.84% from 255 or 75.37% from 134); Blue value is 2 (1.17% from 255 or 1.49% from 134); Max value from RGB is 101 - color contains mainly: green. Hex color #1F6502 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F6502 is #E09AFD. Grayscale: #454545. Windows color (decimal): -14719742 or 156959. OLE color: 156959.

HSL color Cylindrical-coordinate representation of color #1F6502: hue angle of 102.42º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1F6502 is Cyan = 0.69, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.60.

Color convert

RGB311012-
CMYK0.6900.980.60
HSL102.42º96.12%20.2%-
HSV(B)102.42º98.02%39.61%-
XYZ5.239.61.64-
YUV68.7890.31101.05-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 23.13%
GREEN value IS 101 (39.84% from 255) = 75.37%
BLUE value IS 2 (1.17% from 255) = 1.49%
R=23.13%
G=75.37%
B=1.49%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal3110120.6900.980.60102.4296.1220.2
Hex1F652450623C666014
Octal37145210501427414614024
Binary111111100101101000101011000101111001100110110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F6502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F6502; }

 p { color: rgb(31,101,2); }

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

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

 a { background-color: rgb(31,101,2); }

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

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

 span { border-color: rgb(31,101,2); }

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