Html Css Color HEX #1F3C2B Palm Green

📋 copy color: '#1F3C2B'

red 31 ◦ green 60 ◦ blue 43

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

Shades of Palm Green #1F3C2B

Tints of Palm Green #1F3C2B

RGB

 RED value IS 31 (12.5% from 255) = 23.13%

 GREEN value IS 60 (23.83% from 255) = 44.78%

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

R = 23.13%
G = 44.78%
B = 32.09%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.28

 K value IS 0.76

RGB Variations

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

Color information

#1F3C2B (or 0x1F3C2B) is known color: Palm Green. HEX triplet: 1F, 3C and 2B. RGB value is (31,60,43). Sum of RGB (Red+Green+Blue) = 31+60+43=134 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.13% from 134); Green value is 60 (23.83% from 255 or 44.78% from 134); Blue value is 43 (17.19% from 255 or 32.09% from 134); Max value from RGB is 60 - color contains mainly: green. Hex color #1F3C2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3C2B is #E0C3D4. Grayscale: #313131. Windows color (decimal): -14730197 or 2833439. OLE color: 2833439.

HSL color Cylindrical-coordinate representation of color #1F3C2B: hue angle of 144.83º degrees, saturation: 0.32, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #1F3C2B is Cyan = 0.48, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.76.

Color convert

RGB 31 60 43 -
CMYK 0.48 0 0.28 0.76
HSL 144.83º 0.32% 0.18% -
HSV(B) 144.83º 0.48% 0.24% -
XYZ 2.62 3.7 2.86 -
YUV 49.39 124.39 114.88 -
System Red Green Blue C M Y K H S L
Decimal 31 60 43 0.48 0 0.28 0.76 144.83 0.32 0.18
Hex 1F 3C 2B 30 0 1C 4C 91 20 12
Octal 37 74 53 60 0 34 114 221 40 22
Binary 11111 111100 101011 110000 0 11100 1001100 10010001 100000 10010

Color Harmonies of #1F3C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3C2B

Black with #1F3C2B

Text Example


Text Example

White with #1F3C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,60,43); }

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

background-color css

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

 a { background-color: rgb(31,60,43); }

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

border-color css

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

 span { border-color: rgb(31,60,43); }

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