Html Css Color HEX #233A30 Palm Green

📋 copy color: '#233A30'

red 35 ◦ green 58 ◦ blue 48

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

Shades of Palm Green #233A30

Tints of Palm Green #233A30

RGB

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

 GREEN value IS 58 (23.05% from 255) = 41.13%

 BLUE value IS 48 (19.14% from 255) = 34.04%

R = 24.82%
G = 41.13%
B = 34.04%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.17

 K value IS 0.77

RGB Variations

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

Color information

#233A30 (or 0x233A30) is known color: Palm Green. HEX triplet: 23, 3A and 30. RGB value is (35,58,48). Sum of RGB (Red+Green+Blue) = 35+58+48=141 (18% of max value = 765). Red value is 35 (14.06% from 255 or 24.82% from 141); Green value is 58 (23.05% from 255 or 41.13% from 141); Blue value is 48 (19.14% from 255 or 34.04% from 141); Max value from RGB is 58 - color contains mainly: green. Hex color #233A30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233A30 is #DCC5CF. Grayscale: #323232. Windows color (decimal): -14468560 or 3160611. OLE color: 3160611.

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

Color convert

RGB 35 58 48 -
CMYK 0.40 0 0.17 0.77
HSL 153.91º 0.25% 0.18% -
HSV(B) 153.91º 0.4% 0.23% -
XYZ 2.74 3.6 3.35 -
YUV 49.98 126.88 117.31 -
System Red Green Blue C M Y K H S L
Decimal 35 58 48 0.40 0 0.17 0.77 153.91 0.25 0.18
Hex 23 3A 30 28 0 11 4D 9A 19 12
Octal 43 72 60 50 0 21 115 232 31 22
Binary 100011 111010 110000 101000 0 10001 1001101 10011010 11001 10010

Color Harmonies of #233A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233A30

Black with #233A30

Text Example


Text Example

White with #233A30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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