#1F3229

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

Shades of Cardin Green #1F3229

Tints of Cardin Green #1F3229

Color information

#1F3229 (or 0x1F3229) is unknown color: approx Cardin Green. HEX triplet: 1F, 32 and 29. RGB value is (31,50,41). Sum of RGB (Red+Green+Blue) = 31+50+41=122 (16% of max value = 765). Red value is 31 (12.5% from 255 or 25.41% from 122); Green value is 50 (19.92% from 255 or 40.98% from 122); Blue value is 41 (16.41% from 255 or 33.61% from 122); Max value from RGB is 50 - color contains mainly: green. Hex color #1F3229 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3229 is #E0CDD6. Grayscale: #2B2B2B. Windows color (decimal): -14732759 or 2699807. OLE color: 2699807.

HSL color Cylindrical-coordinate representation of color #1F3229: hue angle of 151.58º degrees, saturation: 0.23, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #1F3229 is Cyan = 0.38, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.80.

Color convert

RGB315041-
CMYK0.3800.180.80
HSL151.58º23.46%15.88%-
HSV(B)151.58º38%19.61%-
XYZ2.112.732.51-
YUV43.29126.71119.23-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 25.41%
GREEN value IS 50 (19.92% from 255) = 40.98%
BLUE value IS 41 (16.41% from 255) = 33.61%
R=25.41%
G=40.98%
B=33.61%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3150410.3800.180.80151.5823.4615.88
Hex1F32292601250981710
Octal376251460221202302720
Binary111111100101010011001100100101010000100110001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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