#233A2F

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

Shades of Palm Green #233A2F

Tints of Palm Green #233A2F

Color information

#233A2F (or 0x233A2F) is unknown color: approx Palm Green. HEX triplet: 23, 3A and 2F. RGB value is (35,58,47). Sum of RGB (Red+Green+Blue) = 35+58+47=140 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25% from 140); Green value is 58 (23.05% from 255 or 41.43% from 140); Blue value is 47 (18.75% from 255 or 33.57% from 140); Max value from RGB is 58 - color contains mainly: green. Hex color #233A2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233A2F is #DCC5D0. Grayscale: #313131. Windows color (decimal): -14468561 or 3095075. OLE color: 3095075.

HSL color Cylindrical-coordinate representation of color #233A2F: hue angle of 151.3º 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 #233A2F is Cyan = 0.40, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.77.

Color convert

RGB355847-
CMYK0.4000.190.77
HSL151.3º24.73%18.24%-
HSV(B)151.3º39.66%22.75%-
XYZ2.723.593.24-
YUV49.87126.38117.39-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 25%
GREEN value IS 58 (23.05% from 255) = 41.43%
BLUE value IS 47 (18.75% from 255) = 33.57%
R=25%
G=41.43%
B=33.57%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3558470.4000.190.77151.324.7318.24
Hex233A2F280134D971912
Octal437257500231152273122
Binary1000111110101011111010000100111001101100101111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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