Html Css Color HEX #185F2F Crusoe

📋 copy color: '#185F2F'

red 24 ◦ green 95 ◦ blue 47

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

Shades of Crusoe #185F2F

Tints of Crusoe #185F2F

RGB

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

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

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

R = 14.46%
G = 57.23%
B = 28.31%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.51

 K value IS 0.63

RGB Variations

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

Color information

#185F2F (or 0x185F2F) is known color: Crusoe. HEX triplet: 18, 5F and 2F. RGB value is (24,95,47). Sum of RGB (Red+Green+Blue) = 24+95+47=166 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.46% from 166); Green value is 95 (37.5% from 255 or 57.23% from 166); Blue value is 47 (18.75% from 255 or 28.31% from 166); Max value from RGB is 95 - color contains mainly: green. Hex color #185F2F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185F2F is #E7A0D0. Grayscale: #444444. Windows color (decimal): -15179985 or 3104536. OLE color: 3104536.

HSL color Cylindrical-coordinate representation of color #185F2F: hue angle of 139.44º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #185F2F is Cyan = 0.75, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.63.

Color convert

RGB 24 95 47 -
CMYK 0.75 0 0.51 0.63
HSL 139.44º 0.6% 0.23% -
HSV(B) 139.44º 0.75% 0.37% -
XYZ 4.98 8.58 4.08 -
YUV 68.3 115.98 96.4 -
System Red Green Blue C M Y K H S L
Decimal 24 95 47 0.75 0 0.51 0.63 139.44 0.6 0.23
Hex 18 5F 2F 4B 0 33 3F 8B 3C 17
Octal 30 137 57 113 0 63 77 213 74 27
Binary 11000 1011111 101111 1001011 0 110011 111111 10001011 111100 10111

Color Harmonies of #185F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185F2F

Black with #185F2F

Text Example


Text Example

White with #185F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185F2F; }

 p { color: rgb(24,95,47); }

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

background-color css

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

 a { background-color: rgb(24,95,47); }

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

border-color css

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

 span { border-color: rgb(24,95,47); }

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