#1F2925

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

Shades of Cardin Green #1F2925

Tints of Cardin Green #1F2925

Color information

#1F2925 (or 0x1F2925) is unknown color: approx Cardin Green. HEX triplet: 1F, 29 and 25. RGB value is (31,41,37). Sum of RGB (Red+Green+Blue) = 31+41+37=109 (14% of max value = 765). Red value is 31 (12.5% from 255 or 28.44% from 109); Green value is 41 (16.41% from 255 or 37.61% from 109); Blue value is 37 (14.84% from 255 or 33.94% from 109); Max value from RGB is 41 - color contains mainly: green. Hex color #1F2925 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2925 is #E0D6DA. Grayscale: #252525. Windows color (decimal): -14735067 or 2435359. OLE color: 2435359.

HSL color Cylindrical-coordinate representation of color #1F2925: hue angle of 156º degrees, saturation: 0.14, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #1F2925 is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.84.

Color convert

RGB314137-
CMYK0.2400.100.84
HSL156º13.89%14.12%-
HSV(B)156º24.39%16.08%-
XYZ1.692.012.05-
YUV37.55127.69123.33-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 28.44%
GREEN value IS 41 (16.41% from 255) = 37.61%
BLUE value IS 37 (14.84% from 255) = 33.94%
R=28.44%
G=37.61%
B=33.94%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3141370.2400.100.8415613.8914.12
Hex1F2925180A549cee
Octal375145300121242341616
Binary11111101001100101110000101010101001001110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,41,37); }

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

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

 a { background-color: rgb(31,41,37); }

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

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

 span { border-color: rgb(31,41,37); }

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