Html Css Color HEX #1C2F27 Cardin Green

📋 copy color: '#1C2F27'

red 28 ◦ green 47 ◦ blue 39

#1C2F27
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardin Green #1C2F27

Tints of Cardin Green #1C2F27

RGB

 RED value IS 28 (11.33% from 255) = 24.56%

 GREEN value IS 47 (18.75% from 255) = 41.23%

 BLUE value IS 39 (15.63% from 255) = 34.21%

R = 24.56%
G = 41.23%
B = 34.21%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.17

 K value IS 0.82

RGB Variations

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

Color information

#1C2F27 (or 0x1C2F27) is known color: Cardin Green. HEX triplet: 1C, 2F and 27. RGB value is (28,47,39). Sum of RGB (Red+Green+Blue) = 28+47+39=114 (15% of max value = 765). Red value is 28 (11.33% from 255 or 24.56% from 114); Green value is 47 (18.75% from 255 or 41.23% from 114); Blue value is 39 (15.62% from 255 or 34.21% from 114); Max value from RGB is 47 - color contains mainly: green. Hex color #1C2F27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C2F27 is #E3D0D8. Grayscale: #282828. Windows color (decimal): -14930137 or 2567964. OLE color: 2567964.

HSL color Cylindrical-coordinate representation of color #1C2F27: hue angle of 154.74º 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 #1C2F27 is Cyan = 0.40, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.82.

Color convert

RGB 28 47 39 -
CMYK 0.40 0 0.17 0.82
HSL 154.74º 0.25% 0.15% -
HSV(B) 154.74º 0.4% 0.18% -
XYZ 1.86 2.43 2.29 -
YUV 40.41 127.21 119.15 -
System Red Green Blue C M Y K H S L
Decimal 28 47 39 0.40 0 0.17 0.82 154.74 0.25 0.15
Hex 1C 2F 27 28 0 11 52 9B 19 F
Octal 34 57 47 50 0 21 122 233 31 17
Binary 11100 101111 100111 101000 0 10001 1010010 10011011 11001 1111

Color Harmonies of #1C2F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C2F27

Black with #1C2F27

Text Example


Text Example

White with #1C2F27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1C2F27;
 }
 .AnyTagClassName
 {
   color: #1C2F27;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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