Html Css Color HEX #213F30 Palm Green

📋 copy color: '#213F30'

red 33 ◦ green 63 ◦ blue 48

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

Shades of Palm Green #213F30

Tints of Palm Green #213F30

RGB

 RED value IS 33 (13.28% from 255) = 22.92%

 GREEN value IS 63 (25% from 255) = 43.75%

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

R = 22.92%
G = 43.75%
B = 33.33%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.24

 K value IS 0.75

RGB Variations

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

Color information

#213F30 (or 0x213F30) is known color: Palm Green. HEX triplet: 21, 3F and 30. RGB value is (33,63,48). Sum of RGB (Red+Green+Blue) = 33+63+48=144 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.92% from 144); Green value is 63 (25% from 255 or 43.75% from 144); Blue value is 48 (19.14% from 255 or 33.33% from 144); Max value from RGB is 63 - color contains mainly: green. Hex color #213F30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213F30 is #DEC0CF. Grayscale: #343434. Windows color (decimal): -14598352 or 3161889. OLE color: 3161889.

HSL color Cylindrical-coordinate representation of color #213F30: hue angle of 150º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #213F30 is Cyan = 0.48, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.75.

Color convert

RGB 33 63 48 -
CMYK 0.48 0 0.24 0.75
HSL 150º 0.31% 0.19% -
HSV(B) 150º 0.48% 0.25% -
XYZ 2.94 4.09 3.43 -
YUV 52.32 125.56 114.22 -
System Red Green Blue C M Y K H S L
Decimal 33 63 48 0.48 0 0.24 0.75 150 0.31 0.19
Hex 21 3F 30 30 0 18 4B 96 1F 13
Octal 41 77 60 60 0 30 113 226 37 23
Binary 100001 111111 110000 110000 0 11000 1001011 10010110 11111 10011

Color Harmonies of #213F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213F30

Black with #213F30

Text Example


Text Example

White with #213F30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213F30; }

 p { color: rgb(33,63,48); }

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

background-color css

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

 a { background-color: rgb(33,63,48); }

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

border-color css

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

 span { border-color: rgb(33,63,48); }

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