Html Css Color HEX #233529 Holly

📋 copy color: '#233529'

red 35 ◦ green 53 ◦ blue 41

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

Shades of Holly #233529

Tints of Holly #233529

RGB

 RED value IS 35 (14.06% from 255) = 27.13%

 GREEN value IS 53 (21.09% from 255) = 41.09%

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

R = 27.13%
G = 41.09%
B = 31.78%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.23

 K value IS 0.79

RGB Variations

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

Color information

#233529 (or 0x233529) is known color: Holly. HEX triplet: 23, 35 and 29. RGB value is (35,53,41). Sum of RGB (Red+Green+Blue) = 35+53+41=129 (17% of max value = 765). Red value is 35 (14.06% from 255 or 27.13% from 129); Green value is 53 (21.09% from 255 or 41.09% from 129); Blue value is 41 (16.41% from 255 or 31.78% from 129); Max value from RGB is 53 - color contains mainly: green. Hex color #233529 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233529 is #DCCAD6. Grayscale: #2E2E2E. Windows color (decimal): -14469847 or 2700579. OLE color: 2700579.

HSL color Cylindrical-coordinate representation of color #233529: hue angle of 140º degrees, saturation: 0.2, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #233529 is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.79.

Color convert

RGB 35 53 41 -
CMYK 0.34 0 0.23 0.79
HSL 140º 0.2% 0.17% -
HSV(B) 140º 0.34% 0.21% -
XYZ 2.37 3.06 2.56 -
YUV 46.25 125.04 119.98 -
System Red Green Blue C M Y K H S L
Decimal 35 53 41 0.34 0 0.23 0.79 140 0.2 0.17
Hex 23 35 29 22 0 17 4F 8C 14 11
Octal 43 65 51 42 0 27 117 214 24 21
Binary 100011 110101 101001 100010 0 10111 1001111 10001100 10100 10001

Color Harmonies of #233529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233529

Black with #233529

Text Example


Text Example

White with #233529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #233529; }

 p { color: rgb(35,53,41); }

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

background-color css

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

 a { background-color: rgb(35,53,41); }

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

border-color css

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

 span { border-color: rgb(35,53,41); }

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