Html Css Color HEX #185029 Crusoe

📋 copy color: '#185029'

red 24 ◦ green 80 ◦ blue 41

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

Shades of Crusoe #185029

Tints of Crusoe #185029

RGB

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

 GREEN value IS 80 (31.64% from 255) = 55.17%

 BLUE value IS 41 (16.41% from 255) = 28.28%

R = 16.55%
G = 55.17%
B = 28.28%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.49

 K value IS 0.69

RGB Variations

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

Color information

#185029 (or 0x185029) is known color: Crusoe. HEX triplet: 18, 50 and 29. RGB value is (24,80,41). Sum of RGB (Red+Green+Blue) = 24+80+41=145 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.55% from 145); Green value is 80 (31.64% from 255 or 55.17% from 145); Blue value is 41 (16.41% from 255 or 28.28% from 145); Max value from RGB is 80 - color contains mainly: green. Hex color #185029 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185029 is #E7AFD6. Grayscale: #3A3A3A. Windows color (decimal): -15183831 or 2707480. OLE color: 2707480.

HSL color Cylindrical-coordinate representation of color #185029: hue angle of 138.21º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #185029 is Cyan = 0.70, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.69.

Color convert

RGB 24 80 41 -
CMYK 0.70 0 0.49 0.69
HSL 138.21º 0.54% 0.2% -
HSV(B) 138.21º 0.7% 0.31% -
XYZ 3.65 6.09 3.08 -
YUV 58.81 117.95 103.17 -
System Red Green Blue C M Y K H S L
Decimal 24 80 41 0.70 0 0.49 0.69 138.21 0.54 0.2
Hex 18 50 29 46 0 31 45 8A 36 14
Octal 30 120 51 106 0 61 105 212 66 24
Binary 11000 1010000 101001 1000110 0 110001 1000101 10001010 110110 10100

Color Harmonies of #185029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185029

Black with #185029

Text Example


Text Example

White with #185029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185029; }

 p { color: rgb(24,80,41); }

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

background-color css

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

 a { background-color: rgb(24,80,41); }

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

border-color css

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

 span { border-color: rgb(24,80,41); }

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