Html Css Color HEX #1C3D2B Palm Green

📋 copy color: '#1C3D2B'

red 28 ◦ green 61 ◦ blue 43

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

Shades of Palm Green #1C3D2B

Tints of Palm Green #1C3D2B

RGB

 RED value IS 28 (11.33% from 255) = 21.21%

 GREEN value IS 61 (24.22% from 255) = 46.21%

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

R = 21.21%
G = 46.21%
B = 32.58%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.30

 K value IS 0.76

RGB Variations

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

Color information

#1C3D2B (or 0x1C3D2B) is known color: Palm Green. HEX triplet: 1C, 3D and 2B. RGB value is (28,61,43). Sum of RGB (Red+Green+Blue) = 28+61+43=132 (17% of max value = 765). Red value is 28 (11.33% from 255 or 21.21% from 132); Green value is 61 (24.22% from 255 or 46.21% from 132); Blue value is 43 (17.19% from 255 or 32.58% from 132); Max value from RGB is 61 - color contains mainly: green. Hex color #1C3D2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C3D2B is #E3C2D4. Grayscale: #313131. Windows color (decimal): -14926549 or 2833692. OLE color: 2833692.

HSL color Cylindrical-coordinate representation of color #1C3D2B: hue angle of 147.27º degrees, saturation: 0.37, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1C3D2B is Cyan = 0.54, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.76.

Color convert

RGB 28 61 43 -
CMYK 0.54 0 0.30 0.76
HSL 147.27º 0.37% 0.17% -
HSV(B) 147.27º 0.54% 0.24% -
XYZ 2.58 3.76 2.87 -
YUV 49.08 124.57 112.96 -
System Red Green Blue C M Y K H S L
Decimal 28 61 43 0.54 0 0.30 0.76 147.27 0.37 0.17
Hex 1C 3D 2B 36 0 1E 4C 93 25 11
Octal 34 75 53 66 0 36 114 223 45 21
Binary 11100 111101 101011 110110 0 11110 1001100 10010011 100101 10001

Color Harmonies of #1C3D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3D2B

Black with #1C3D2B

Text Example


Text Example

White with #1C3D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1C3D2B; }

 p { color: rgb(28,61,43); }

 H1.HeaderClassName
 {
   color: #1C3D2B;
 }
 .AnyTagClassName
 {
   color: #1C3D2B;
 }
</style>

background-color css

<style>
 a { background-color: #1C3D2B; }

 a { background-color: rgb(28,61,43); }

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

border-color css

<style>
 span { border-color: #1C3D2B; }

 span { border-color: rgb(28,61,43); }

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