#1F2623

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

Shades of Cardin Green #1F2623

Tints of Cardin Green #1F2623

Color information

#1F2623 (or 0x1F2623) is unknown color: approx Cardin Green. HEX triplet: 1F, 26 and 23. RGB value is (31,38,35). Sum of RGB (Red+Green+Blue) = 31+38+35=104 (13% of max value = 765). Red value is 31 (12.5% from 255 or 29.81% from 104); Green value is 38 (15.23% from 255 or 36.54% from 104); Blue value is 35 (14.06% from 255 or 33.65% from 104); Max value from RGB is 38 - color contains mainly: green. Hex color #1F2623 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2623 is #E0D9DC. Grayscale: #232323. Windows color (decimal): -14735837 or 2303519. OLE color: 2303519.

HSL color Cylindrical-coordinate representation of color #1F2623: hue angle of 154.29º degrees, saturation: 0.1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #1F2623 is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.85.

Color convert

RGB313835-
CMYK0.1800.080.85
HSL154.29º10.14%13.53%-
HSV(B)154.29º18.42%14.9%-
XYZ1.561.81.86-
YUV35.56127.68124.74-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 29.81%
GREEN value IS 38 (15.23% from 255) = 36.54%
BLUE value IS 35 (14.06% from 255) = 33.65%
R=29.81%
G=36.54%
B=33.65%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3138350.1800.080.85154.2910.1413.53
Hex1F26231208559aae
Octal374643220101252321216
Binary11111100110100011100100100010101011001101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,38,35); }

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

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

 a { background-color: rgb(31,38,35); }

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

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

 span { border-color: rgb(31,38,35); }

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