Html Css Color HEX #1C4F27 Crusoe

📋 copy color: '#1C4F27'

red 28 ◦ green 79 ◦ blue 39

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

Shades of Crusoe #1C4F27

Tints of Crusoe #1C4F27

RGB

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

 GREEN value IS 79 (31.25% from 255) = 54.11%

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

R = 19.18%
G = 54.11%
B = 26.71%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.51

 K value IS 0.69

RGB Variations

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

Color information

#1C4F27 (or 0x1C4F27) is known color: Crusoe. HEX triplet: 1C, 4F and 27. RGB value is (28,79,39). Sum of RGB (Red+Green+Blue) = 28+79+39=146 (19% of max value = 765). Red value is 28 (11.33% from 255 or 19.18% from 146); Green value is 79 (31.25% from 255 or 54.11% from 146); Blue value is 39 (15.62% from 255 or 26.71% from 146); Max value from RGB is 79 - color contains mainly: green. Hex color #1C4F27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C4F27 is #E3B0D8. Grayscale: #3B3B3B. Windows color (decimal): -14921945 or 2576156. OLE color: 2576156.

HSL color Cylindrical-coordinate representation of color #1C4F27: hue angle of 132.94º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1C4F27 is Cyan = 0.65, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.69.

Color convert

RGB 28 79 39 -
CMYK 0.65 0 0.51 0.69
HSL 132.94º 0.48% 0.21% -
HSV(B) 132.94º 0.65% 0.31% -
XYZ 3.64 5.99 2.88 -
YUV 59.19 116.6 105.75 -
System Red Green Blue C M Y K H S L
Decimal 28 79 39 0.65 0 0.51 0.69 132.94 0.48 0.21
Hex 1C 4F 27 41 0 33 45 85 30 15
Octal 34 117 47 101 0 63 105 205 60 25
Binary 11100 1001111 100111 1000001 0 110011 1000101 10000101 110000 10101

Color Harmonies of #1C4F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C4F27

Black with #1C4F27

Text Example


Text Example

White with #1C4F27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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