Html Css Color HEX #156030 Crusoe

📋 copy color: '#156030'

red 21 ◦ green 96 ◦ blue 48

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

Shades of Crusoe #156030

Tints of Crusoe #156030

RGB

 RED value IS 21 (8.59% from 255) = 12.73%

 GREEN value IS 96 (37.89% from 255) = 58.18%

 BLUE value IS 48 (19.14% from 255) = 29.09%

R = 12.73%
G = 58.18%
B = 29.09%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.50

 K value IS 0.62

RGB Variations

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

Color information

#156030 (or 0x156030) is known color: Crusoe. HEX triplet: 15, 60 and 30. RGB value is (21,96,48). Sum of RGB (Red+Green+Blue) = 21+96+48=165 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.73% from 165); Green value is 96 (37.89% from 255 or 58.18% from 165); Blue value is 48 (19.14% from 255 or 29.09% from 165); Max value from RGB is 96 - color contains mainly: green. Hex color #156030 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156030 is #EA9FCF. Grayscale: #444444. Windows color (decimal): -15376336 or 3170325. OLE color: 3170325.

HSL color Cylindrical-coordinate representation of color #156030: hue angle of 141.6º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #156030 is Cyan = 0.78, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.62.

Color convert

RGB 21 96 48 -
CMYK 0.78 0 0.50 0.62
HSL 141.6º 0.64% 0.23% -
HSV(B) 141.6º 0.78% 0.38% -
XYZ 5.03 8.74 4.22 -
YUV 68.1 116.65 94.4 -
System Red Green Blue C M Y K H S L
Decimal 21 96 48 0.78 0 0.50 0.62 141.6 0.64 0.23
Hex 15 60 30 4E 0 32 3E 8E 40 17
Octal 25 140 60 116 0 62 76 216 100 27
Binary 10101 1100000 110000 1001110 0 110010 111110 10001110 1000000 10111

Color Harmonies of #156030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156030

Black with #156030

Text Example


Text Example

White with #156030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #156030; }

 p { color: rgb(21,96,48); }

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

background-color css

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

 a { background-color: rgb(21,96,48); }

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

border-color css

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

 span { border-color: rgb(21,96,48); }

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