#195D2B

Color #195D2B Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #195D2B

Tints of Crusoe #195D2B

Color information

#195D2B (or 0x195D2B) is unknown color: approx Crusoe. HEX triplet: 19, 5D and 2B. RGB value is (25,93,43). Sum of RGB (Red+Green+Blue) = 25+93+43=161 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.53% from 161); Green value is 93 (36.72% from 255 or 57.76% from 161); Blue value is 43 (17.19% from 255 or 26.71% from 161); Max value from RGB is 93 - color contains mainly: green. Hex color #195D2B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195D2B is #E6A2D4. Grayscale: #434343. Windows color (decimal): -15114965 or 2841881. OLE color: 2841881.

HSL color Cylindrical-coordinate representation of color #195D2B: hue angle of 135.88º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #195D2B is Cyan = 0.73, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.64.

Color convert

RGB259343-
CMYK0.7300.540.64
HSL135.88º57.63%23.14%-
HSV(B)135.88º73.12%36.47%-
XYZ4.758.213.62-
YUV66.97114.4798.07-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.53%
GREEN value IS 93 (36.72% from 255) = 57.76%
BLUE value IS 43 (17.19% from 255) = 26.71%
R=15.53%
G=57.76%
B=26.71%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2593430.7300.540.64135.8857.6323.14
Hex195D2B4903640883a17
Octal31135531110661002107227
Binary1100110111011010111001001011011010000001000100011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195D2B; }

 p { color: rgb(25,93,43); }

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

<style>
 a { background-color: #195D2B; }

 a { background-color: rgb(25,93,43); }

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

<style>
 span { border-color: #195D2B; }

 span { border-color: rgb(25,93,43); }

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