Html Css Color HEX #1C562F Crusoe

📋 copy color: '#1C562F'

red 28 ◦ green 86 ◦ blue 47

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

Shades of Crusoe #1C562F

Tints of Crusoe #1C562F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 53.42%

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

R = 17.39%
G = 53.42%
B = 29.19%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.45

 K value IS 0.66

RGB Variations

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

Color information

#1C562F (or 0x1C562F) is known color: Crusoe. HEX triplet: 1C, 56 and 2F. RGB value is (28,86,47). Sum of RGB (Red+Green+Blue) = 28+86+47=161 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.39% from 161); Green value is 86 (33.98% from 255 or 53.42% from 161); Blue value is 47 (18.75% from 255 or 29.19% from 161); Max value from RGB is 86 - color contains mainly: green. Hex color #1C562F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C562F is #E3A9D0. Grayscale: #404040. Windows color (decimal): -14920145 or 3102236. OLE color: 3102236.

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

Color convert

RGB 28 86 47 -
CMYK 0.67 0 0.45 0.66
HSL 139.66º 0.51% 0.22% -
HSV(B) 139.66º 0.67% 0.34% -
XYZ 4.32 7.11 3.83 -
YUV 64.21 118.28 102.17 -
System Red Green Blue C M Y K H S L
Decimal 28 86 47 0.67 0 0.45 0.66 139.66 0.51 0.22
Hex 1C 56 2F 43 0 2D 42 8C 33 16
Octal 34 126 57 103 0 55 102 214 63 26
Binary 11100 1010110 101111 1000011 0 101101 1000010 10001100 110011 10110

Color Harmonies of #1C562F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C562F

Black with #1C562F

Text Example


Text Example

White with #1C562F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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