Html Css Color HEX #18602E Crusoe

📋 copy color: '#18602E'

red 24 ◦ green 96 ◦ blue 46

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

Shades of Crusoe #18602E

Tints of Crusoe #18602E

RGB

 RED value IS 24 (9.77% from 255) = 14.46%

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

 BLUE value IS 46 (18.36% from 255) = 27.71%

R = 14.46%
G = 57.83%
B = 27.71%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.52

 K value IS 0.62

RGB Variations

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

Color information

#18602E (or 0x18602E) is known color: Crusoe. HEX triplet: 18, 60 and 2E. RGB value is (24,96,46). Sum of RGB (Red+Green+Blue) = 24+96+46=166 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.46% from 166); Green value is 96 (37.89% from 255 or 57.83% from 166); Blue value is 46 (18.36% from 255 or 27.71% from 166); Max value from RGB is 96 - color contains mainly: green. Hex color #18602E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18602E is #E79FD1. Grayscale: #444444. Windows color (decimal): -15179730 or 3039256. OLE color: 3039256.

HSL color Cylindrical-coordinate representation of color #18602E: hue angle of 138.33º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #18602E is Cyan = 0.75, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.62.

Color convert

RGB 24 96 46 -
CMYK 0.75 0 0.52 0.62
HSL 138.33º 0.6% 0.24% -
HSV(B) 138.33º 0.75% 0.38% -
XYZ 5.05 8.76 4.01 -
YUV 68.77 115.15 96.07 -
System Red Green Blue C M Y K H S L
Decimal 24 96 46 0.75 0 0.52 0.62 138.33 0.6 0.24
Hex 18 60 2E 4B 0 34 3E 8A 3C 18
Octal 30 140 56 113 0 64 76 212 74 30
Binary 11000 1100000 101110 1001011 0 110100 111110 10001010 111100 11000

Color Harmonies of #18602E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18602E

Black with #18602E

Text Example


Text Example

White with #18602E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18602E; }

 p { color: rgb(24,96,46); }

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

background-color css

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

 a { background-color: rgb(24,96,46); }

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

border-color css

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

 span { border-color: rgb(24,96,46); }

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