Html Css Color HEX #184B28 Zuccini

📋 copy color: '#184B28'

red 24 ◦ green 75 ◦ blue 40

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

Shades of Zuccini #184B28

Tints of Zuccini #184B28

RGB

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

 GREEN value IS 75 (29.69% from 255) = 53.96%

 BLUE value IS 40 (16.02% from 255) = 28.78%

R = 17.27%
G = 53.96%
B = 28.78%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.47

 K value IS 0.71

RGB Variations

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

Color information

#184B28 (or 0x184B28) is known color: Zuccini. HEX triplet: 18, 4B and 28. RGB value is (24,75,40). Sum of RGB (Red+Green+Blue) = 24+75+40=139 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.27% from 139); Green value is 75 (29.69% from 255 or 53.96% from 139); Blue value is 40 (16.02% from 255 or 28.78% from 139); Max value from RGB is 75 - color contains mainly: green. Hex color #184B28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #184B28 is #E7B4D7. Grayscale: #373737. Windows color (decimal): -15185112 or 2640664. OLE color: 2640664.

HSL color Cylindrical-coordinate representation of color #184B28: hue angle of 138.82º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #184B28 is Cyan = 0.68, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.71.

Color convert

RGB 24 75 40 -
CMYK 0.68 0 0.47 0.71
HSL 138.82º 0.52% 0.19% -
HSV(B) 138.82º 0.68% 0.29% -
XYZ 3.28 5.38 2.87 -
YUV 55.76 119.1 105.35 -
System Red Green Blue C M Y K H S L
Decimal 24 75 40 0.68 0 0.47 0.71 138.82 0.52 0.19
Hex 18 4B 28 44 0 2F 47 8B 34 13
Octal 30 113 50 104 0 57 107 213 64 23
Binary 11000 1001011 101000 1000100 0 101111 1000111 10001011 110100 10011

Color Harmonies of #184B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184B28

Black with #184B28

Text Example


Text Example

White with #184B28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #184B28; }

 p { color: rgb(24,75,40); }

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

background-color css

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

 a { background-color: rgb(24,75,40); }

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

border-color css

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

 span { border-color: rgb(24,75,40); }

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