Html Css Color HEX #154F29 Crusoe

📋 copy color: '#154F29'

red 21 ◦ green 79 ◦ blue 41

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

Shades of Crusoe #154F29

Tints of Crusoe #154F29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 29.08%

R = 14.89%
G = 56.03%
B = 29.08%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.48

 K value IS 0.69

RGB Variations

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

Color information

#154F29 (or 0x154F29) is known color: Crusoe. HEX triplet: 15, 4F and 29. RGB value is (21,79,41). Sum of RGB (Red+Green+Blue) = 21+79+41=141 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.89% from 141); Green value is 79 (31.25% from 255 or 56.03% from 141); Blue value is 41 (16.41% from 255 or 29.08% from 141); Max value from RGB is 79 - color contains mainly: green. Hex color #154F29 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #154F29 is #EAB0D6. Grayscale: #393939. Windows color (decimal): -15380695 or 2707221. OLE color: 2707221.

HSL color Cylindrical-coordinate representation of color #154F29: hue angle of 140.69º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #154F29 is Cyan = 0.73, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.69.

Color convert

RGB 21 79 41 -
CMYK 0.73 0 0.48 0.69
HSL 140.69º 0.58% 0.2% -
HSV(B) 140.69º 0.73% 0.31% -
XYZ 3.51 5.91 3.05 -
YUV 57.33 118.78 102.09 -
System Red Green Blue C M Y K H S L
Decimal 21 79 41 0.73 0 0.48 0.69 140.69 0.58 0.2
Hex 15 4F 29 49 0 30 45 8D 3A 14
Octal 25 117 51 111 0 60 105 215 72 24
Binary 10101 1001111 101001 1001001 0 110000 1000101 10001101 111010 10100

Color Harmonies of #154F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154F29

Black with #154F29

Text Example


Text Example

White with #154F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154F29; }

 p { color: rgb(21,79,41); }

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

background-color css

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

 a { background-color: rgb(21,79,41); }

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

border-color css

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

 span { border-color: rgb(21,79,41); }

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