#1C2F25

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

Shades of Cardin Green #1C2F25

Tints of Cardin Green #1C2F25

Color information

#1C2F25 (or 0x1C2F25) is unknown color: approx Cardin Green. HEX triplet: 1C, 2F and 25. RGB value is (28,47,37). Sum of RGB (Red+Green+Blue) = 28+47+37=112 (14% of max value = 765). Red value is 28 (11.33% from 255 or 25% from 112); Green value is 47 (18.75% from 255 or 41.96% from 112); Blue value is 37 (14.84% from 255 or 33.04% from 112); Max value from RGB is 47 - color contains mainly: green. Hex color #1C2F25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C2F25 is #E3D0DA. Grayscale: #282828. Windows color (decimal): -14930139 or 2436892. OLE color: 2436892.

HSL color Cylindrical-coordinate representation of color #1C2F25: hue angle of 148.42º degrees, saturation: 0.25, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #1C2F25 is Cyan = 0.40, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.82.

Color convert

RGB284737-
CMYK0.4000.210.82
HSL148.42º25.33%14.71%-
HSV(B)148.42º40.43%18.43%-
XYZ1.832.412.12-
YUV40.18126.21119.31-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 25%
GREEN value IS 47 (18.75% from 255) = 41.96%
BLUE value IS 37 (14.84% from 255) = 33.04%
R=25%
G=41.96%
B=33.04%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2847370.4000.210.82148.4225.3314.71
Hex1C2F2528015529419f
Octal345745500251222243117
Binary11100101111100101101000010101101001010010100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,47,37); }

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

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

 a { background-color: rgb(28,47,37); }

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

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

 span { border-color: rgb(28,47,37); }

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