#1F702F

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

Shades of Camarone #1F702F

Tints of Camarone #1F702F

Color information

#1F702F (or 0x1F702F) is unknown color: approx Camarone. HEX triplet: 1F, 70 and 2F. RGB value is (31,112,47). Sum of RGB (Red+Green+Blue) = 31+112+47=190 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.32% from 190); Green value is 112 (44.14% from 255 or 58.95% from 190); Blue value is 47 (18.75% from 255 or 24.74% from 190); Max value from RGB is 112 - color contains mainly: green. Hex color #1F702F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F702F is #E08FD0. Grayscale: #505050. Windows color (decimal): -14716881 or 3108895. OLE color: 3108895.

HSL color Cylindrical-coordinate representation of color #1F702F: hue angle of 131.85º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1F702F is Cyan = 0.72, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB3111247-
CMYK0.7200.580.56
HSL131.85º56.64%28.04%-
HSV(B)131.85º72.32%43.92%-
XYZ6.8712.084.66-
YUV80.37109.1692.79-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 16.32%
GREEN value IS 112 (44.14% from 255) = 58.95%
BLUE value IS 47 (18.75% from 255) = 24.74%
R=16.32%
G=58.95%
B=24.74%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal31112470.7200.580.56131.8556.6428.04
Hex1F702F4803A3884391c
Octal3716057110072702047134
Binary111111110000101111100100001110101110001000010011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F702F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,112,47); }

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

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

 a { background-color: rgb(31,112,47); }

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

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

 span { border-color: rgb(31,112,47); }

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