Html Css Color HEX #223C2B Holly

📋 copy color: '#223C2B'

red 34 ◦ green 60 ◦ blue 43

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

Shades of Holly #223C2B

Tints of Holly #223C2B

RGB

 RED value IS 34 (13.67% from 255) = 24.82%

 GREEN value IS 60 (23.83% from 255) = 43.8%

 BLUE value IS 43 (17.19% from 255) = 31.39%

R = 24.82%
G = 43.8%
B = 31.39%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.28

 K value IS 0.76

RGB Variations

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

Color information

#223C2B (or 0x223C2B) is known color: Holly. HEX triplet: 22, 3C and 2B. RGB value is (34,60,43). Sum of RGB (Red+Green+Blue) = 34+60+43=137 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.82% from 137); Green value is 60 (23.83% from 255 or 43.80% from 137); Blue value is 43 (17.19% from 255 or 31.39% from 137); Max value from RGB is 60 - color contains mainly: green. Hex color #223C2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223C2B is #DDC3D4. Grayscale: #323232. Windows color (decimal): -14533589 or 2833442. OLE color: 2833442.

HSL color Cylindrical-coordinate representation of color #223C2B: hue angle of 140.77º degrees, saturation: 0.28, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #223C2B is Cyan = 0.43, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.76.

Color convert

RGB 34 60 43 -
CMYK 0.43 0 0.28 0.76
HSL 140.77º 0.28% 0.18% -
HSV(B) 140.77º 0.43% 0.24% -
XYZ 2.71 3.75 2.87 -
YUV 50.29 123.89 116.38 -
System Red Green Blue C M Y K H S L
Decimal 34 60 43 0.43 0 0.28 0.76 140.77 0.28 0.18
Hex 22 3C 2B 2B 0 1C 4C 8D 1C 12
Octal 42 74 53 53 0 34 114 215 34 22
Binary 100010 111100 101011 101011 0 11100 1001100 10001101 11100 10010

Color Harmonies of #223C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223C2B

Black with #223C2B

Text Example


Text Example

White with #223C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #223C2B; }

 p { color: rgb(34,60,43); }

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

background-color css

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

 a { background-color: rgb(34,60,43); }

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

border-color css

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

 span { border-color: rgb(34,60,43); }

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