#1E2F27

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

Shades of Cardin Green #1E2F27

Tints of Cardin Green #1E2F27

Color information

#1E2F27 (or 0x1E2F27) is unknown color: approx Cardin Green. HEX triplet: 1E, 2F and 27. RGB value is (30,47,39). Sum of RGB (Red+Green+Blue) = 30+47+39=116 (15% of max value = 765). Red value is 30 (12.11% from 255 or 25.86% from 116); Green value is 47 (18.75% from 255 or 40.52% from 116); Blue value is 39 (15.62% from 255 or 33.62% from 116); Max value from RGB is 47 - color contains mainly: green. Hex color #1E2F27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E2F27 is #E1D0D8. Grayscale: #292929. Windows color (decimal): -14799065 or 2567966. OLE color: 2567966.

HSL color Cylindrical-coordinate representation of color #1E2F27: hue angle of 151.76º degrees, saturation: 0.22, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #1E2F27 is Cyan = 0.36, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.82.

Color convert

RGB304739-
CMYK0.3600.170.82
HSL151.76º22.08%15.1%-
HSV(B)151.76º36.17%18.43%-
XYZ1.922.462.29-
YUV41126.87120.15-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 25.86%
GREEN value IS 47 (18.75% from 255) = 40.52%
BLUE value IS 39 (15.62% from 255) = 33.62%
R=25.86%
G=40.52%
B=33.62%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3047390.3600.170.82151.7622.0815.1
Hex1E2F2724011529816f
Octal365747440211222302617
Binary11110101111100111100100010001101001010011000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E2F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,47,39); }

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

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

 a { background-color: rgb(30,47,39); }

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

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

 span { border-color: rgb(30,47,39); }

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