Html Css Color HEX #14602F Crusoe

📋 copy color: '#14602F'

red 20 ◦ green 96 ◦ blue 47

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

Shades of Crusoe #14602F

Tints of Crusoe #14602F

RGB

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

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

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

R = 12.27%
G = 58.9%
B = 28.83%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.51

 K value IS 0.62

RGB Variations

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

Color information

#14602F (or 0x14602F) is known color: Crusoe. HEX triplet: 14, 60 and 2F. RGB value is (20,96,47). Sum of RGB (Red+Green+Blue) = 20+96+47=163 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.27% from 163); Green value is 96 (37.89% from 255 or 58.90% from 163); Blue value is 47 (18.75% from 255 or 28.83% from 163); Max value from RGB is 96 - color contains mainly: green. Hex color #14602F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14602F is #EB9FD0. Grayscale: #434343. Windows color (decimal): -15441873 or 3104788. OLE color: 3104788.

HSL color Cylindrical-coordinate representation of color #14602F: hue angle of 141.32º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #14602F is Cyan = 0.79, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.62.

Color convert

RGB 20 96 47 -
CMYK 0.79 0 0.51 0.62
HSL 141.32º 0.66% 0.23% -
HSV(B) 141.32º 0.79% 0.38% -
XYZ 4.98 8.72 4.11 -
YUV 67.69 116.32 93.98 -
System Red Green Blue C M Y K H S L
Decimal 20 96 47 0.79 0 0.51 0.62 141.32 0.66 0.23
Hex 14 60 2F 4F 0 33 3E 8D 42 17
Octal 24 140 57 117 0 63 76 215 102 27
Binary 10100 1100000 101111 1001111 0 110011 111110 10001101 1000010 10111

Color Harmonies of #14602F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14602F

Black with #14602F

Text Example


Text Example

White with #14602F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14602F; }

 p { color: rgb(20,96,47); }

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

background-color css

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

 a { background-color: rgb(20,96,47); }

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

border-color css

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

 span { border-color: rgb(20,96,47); }

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