Html Css Color HEX #145F21 Crusoe

📋 copy color: '#145F21'

red 20 ◦ green 95 ◦ blue 33

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

Shades of Crusoe #145F21

Tints of Crusoe #145F21

RGB

 RED value IS 20 (8.2% from 255) = 13.51%

 GREEN value IS 95 (37.5% from 255) = 64.19%

 BLUE value IS 33 (13.28% from 255) = 22.3%

R = 13.51%
G = 64.19%
B = 22.3%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.65

 K value IS 0.63

RGB Variations

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

Color information

#145F21 (or 0x145F21) is known color: Crusoe. HEX triplet: 14, 5F and 21. RGB value is (20,95,33). Sum of RGB (Red+Green+Blue) = 20+95+33=148 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.51% from 148); Green value is 95 (37.5% from 255 or 64.19% from 148); Blue value is 33 (13.28% from 255 or 22.30% from 148); Max value from RGB is 95 - color contains mainly: green. Hex color #145F21 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145F21 is #EBA0DE. Grayscale: #414141. Windows color (decimal): -15442143 or 2187028. OLE color: 2187028.

HSL color Cylindrical-coordinate representation of color #145F21: hue angle of 130.4º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #145F21 is Cyan = 0.79, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.63.

Color convert

RGB 20 95 33 -
CMYK 0.79 0 0.65 0.63
HSL 130.4º 0.65% 0.23% -
HSV(B) 130.4º 0.79% 0.37% -
XYZ 4.66 8.44 2.82 -
YUV 65.51 109.65 95.54 -
System Red Green Blue C M Y K H S L
Decimal 20 95 33 0.79 0 0.65 0.63 130.4 0.65 0.23
Hex 14 5F 21 4F 0 41 3F 82 41 17
Octal 24 137 41 117 0 101 77 202 101 27
Binary 10100 1011111 100001 1001111 0 1000001 111111 10000010 1000001 10111

Color Harmonies of #145F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145F21

Black with #145F21

Text Example


Text Example

White with #145F21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145F21; }

 p { color: rgb(20,95,33); }

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

background-color css

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

 a { background-color: rgb(20,95,33); }

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

border-color css

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

 span { border-color: rgb(20,95,33); }

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