#233A2A

Color #233A2A Holly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Holly #233A2A

Tints of Holly #233A2A

Color information

#233A2A (or 0x233A2A) is unknown color: approx Holly. HEX triplet: 23, 3A and 2A. RGB value is (35,58,42). Sum of RGB (Red+Green+Blue) = 35+58+42=135 (17% of max value = 765). Red value is 35 (14.06% from 255 or 25.93% from 135); Green value is 58 (23.05% from 255 or 42.96% from 135); Blue value is 42 (16.80% from 255 or 31.11% from 135); Max value from RGB is 58 - color contains mainly: green. Hex color #233A2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233A2A is #DCC5D5. Grayscale: #313131. Windows color (decimal): -14468566 or 2767395. OLE color: 2767395.

HSL color Cylindrical-coordinate representation of color #233A2A: hue angle of 138.26º degrees, saturation: 0.25, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #233A2A is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.77.

Color convert

RGB355842-
CMYK0.4000.280.77
HSL138.26º24.73%18.24%-
HSV(B)138.26º39.66%22.75%-
XYZ2.623.552.74-
YUV49.3123.88117.8-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 25.93%
GREEN value IS 58 (23.05% from 255) = 42.96%
BLUE value IS 42 (16.80% from 255) = 31.11%
R=25.93%
G=42.96%
B=31.11%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3558420.4000.280.77138.2624.7318.24
Hex233A2A2801C4D8a1912
Octal437252500341152123122
Binary1000111110101010101010000111001001101100010101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233A2A; }

 p { color: rgb(35,58,42); }

 H1.HeaderClassName
 {
   color: #233A2A;
 }
 .AnyTagClassName
 {
   color: #233A2A;
 }
</style>
background-color css

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

 a { background-color: rgb(35,58,42); }

 div.DivClassName
 {
   background-color: #233A2A;
 }
 .BgClassName
 {
   background-color: #233A2A;
 }
</style>
border-color css

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

 span { border-color: rgb(35,58,42); }

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