Html Css Color HEX #185D1F Crusoe

📋 copy color: '#185D1F'

red 24 ◦ green 93 ◦ blue 31

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

Shades of Crusoe #185D1F

Tints of Crusoe #185D1F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 62.84%

 BLUE value IS 31 (12.5% from 255) = 20.95%

R = 16.22%
G = 62.84%
B = 20.95%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.67

 K value IS 0.64

RGB Variations

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

Color information

#185D1F (or 0x185D1F) is known color: Crusoe. HEX triplet: 18, 5D and 1F. RGB value is (24,93,31). Sum of RGB (Red+Green+Blue) = 24+93+31=148 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.22% from 148); Green value is 93 (36.72% from 255 or 62.84% from 148); Blue value is 31 (12.5% from 255 or 20.95% from 148); Max value from RGB is 93 - color contains mainly: green. Hex color #185D1F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185D1F is #E7A2E0. Grayscale: #414141. Windows color (decimal): -15180513 or 2055448. OLE color: 2055448.

HSL color Cylindrical-coordinate representation of color #185D1F: hue angle of 126.09º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #185D1F is Cyan = 0.74, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.64.

Color convert

RGB 24 93 31 -
CMYK 0.74 0 0.67 0.64
HSL 126.09º 0.59% 0.23% -
HSV(B) 126.09º 0.74% 0.36% -
XYZ 4.54 8.12 2.62 -
YUV 65.3 108.64 98.54 -
System Red Green Blue C M Y K H S L
Decimal 24 93 31 0.74 0 0.67 0.64 126.09 0.59 0.23
Hex 18 5D 1F 4A 0 43 40 7E 3B 17
Octal 30 135 37 112 0 103 100 176 73 27
Binary 11000 1011101 11111 1001010 0 1000011 1000000 1111110 111011 10111

Color Harmonies of #185D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185D1F

Black with #185D1F

Text Example


Text Example

White with #185D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,93,31); }

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

background-color css

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

 a { background-color: rgb(24,93,31); }

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

border-color css

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

 span { border-color: rgb(24,93,31); }

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