#1B3F2B

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

Shades of Palm Green #1B3F2B

Tints of Palm Green #1B3F2B

Color information

#1B3F2B (or 0x1B3F2B) is unknown color: approx Palm Green. HEX triplet: 1B, 3F and 2B. RGB value is (27,63,43). Sum of RGB (Red+Green+Blue) = 27+63+43=133 (17% of max value = 765). Red value is 27 (10.94% from 255 or 20.30% from 133); Green value is 63 (25% from 255 or 47.37% from 133); Blue value is 43 (17.19% from 255 or 32.33% from 133); Max value from RGB is 63 - color contains mainly: green. Hex color #1B3F2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B3F2B is #E4C0D4. Grayscale: #323232. Windows color (decimal): -14991573 or 2834203. OLE color: 2834203.

HSL color Cylindrical-coordinate representation of color #1B3F2B: hue angle of 146.67º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1B3F2B is Cyan = 0.57, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.75.

Color convert

RGB276343-
CMYK0.5700.320.75
HSL146.67º40%17.65%-
HSV(B)146.67º57.14%24.71%-
XYZ2.673.962.91-
YUV49.96124.07111.63-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 20.30%
GREEN value IS 63 (25% from 255) = 47.37%
BLUE value IS 43 (17.19% from 255) = 32.33%
R=20.30%
G=47.37%
B=32.33%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2763430.5700.320.75146.674017.65
Hex1B3F2B390204B932812
Octal337753710401132235022
Binary11011111111101011111001010000010010111001001110100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B3F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,63,43); }

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

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

 a { background-color: rgb(27,63,43); }

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

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

 span { border-color: rgb(27,63,43); }

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