Html Css Color HEX #1C552F Crusoe

📋 copy color: '#1C552F'

red 28 ◦ green 85 ◦ blue 47

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

Shades of Crusoe #1C552F

Tints of Crusoe #1C552F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 53.13%

 BLUE value IS 47 (18.75% from 255) = 29.38%

R = 17.5%
G = 53.13%
B = 29.38%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.45

 K value IS 0.67

RGB Variations

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

Color information

#1C552F (or 0x1C552F) is known color: Crusoe. HEX triplet: 1C, 55 and 2F. RGB value is (28,85,47). Sum of RGB (Red+Green+Blue) = 28+85+47=160 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.5% from 160); Green value is 85 (33.59% from 255 or 53.12% from 160); Blue value is 47 (18.75% from 255 or 29.38% from 160); Max value from RGB is 85 - color contains mainly: green. Hex color #1C552F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C552F is #E3AAD0. Grayscale: #3F3F3F. Windows color (decimal): -14920401 or 3101980. OLE color: 3101980.

HSL color Cylindrical-coordinate representation of color #1C552F: hue angle of 140º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1C552F is Cyan = 0.67, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.67.

Color convert

RGB 28 85 47 -
CMYK 0.67 0 0.45 0.67
HSL 140º 0.5% 0.22% -
HSV(B) 140º 0.67% 0.33% -
XYZ 4.24 6.95 3.81 -
YUV 63.63 118.62 102.59 -
System Red Green Blue C M Y K H S L
Decimal 28 85 47 0.67 0 0.45 0.67 140 0.5 0.22
Hex 1C 55 2F 43 0 2D 43 8C 32 16
Octal 34 125 57 103 0 55 103 214 62 26
Binary 11100 1010101 101111 1000011 0 101101 1000011 10001100 110010 10110

Color Harmonies of #1C552F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C552F

Black with #1C552F

Text Example


Text Example

White with #1C552F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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