Html Css Color HEX #233429 Holly

📋 copy color: '#233429'

red 35 ◦ green 52 ◦ blue 41

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

Shades of Holly #233429

Tints of Holly #233429

RGB

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

 GREEN value IS 52 (20.7% from 255) = 40.63%

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

R = 27.34%
G = 40.63%
B = 32.03%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.21

 K value IS 0.80

RGB Variations

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

Color information

#233429 (or 0x233429) is known color: Holly. HEX triplet: 23, 34 and 29. RGB value is (35,52,41). Sum of RGB (Red+Green+Blue) = 35+52+41=128 (16% of max value = 765). Red value is 35 (14.06% from 255 or 27.34% from 128); Green value is 52 (20.70% from 255 or 40.62% from 128); Blue value is 41 (16.41% from 255 or 32.03% from 128); Max value from RGB is 52 - color contains mainly: green. Hex color #233429 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233429 is #DCCBD6. Grayscale: #2D2D2D. Windows color (decimal): -14470103 or 2700323. OLE color: 2700323.

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

Color convert

RGB 35 52 41 -
CMYK 0.33 0 0.21 0.80
HSL 141.18º 0.2% 0.17% -
HSV(B) 141.18º 0.33% 0.2% -
XYZ 2.32 2.97 2.55 -
YUV 45.66 125.37 120.39 -
System Red Green Blue C M Y K H S L
Decimal 35 52 41 0.33 0 0.21 0.80 141.18 0.2 0.17
Hex 23 34 29 21 0 15 50 8D 14 11
Octal 43 64 51 41 0 25 120 215 24 21
Binary 100011 110100 101001 100001 0 10101 1010000 10001101 10100 10001

Color Harmonies of #233429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233429

Black with #233429

Text Example


Text Example

White with #233429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #233429; }

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

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

background-color css

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

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

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

border-color css

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

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

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