Html Css Color HEX #1B392A Palm Green

📋 copy color: '#1B392A'

red 27 ◦ green 57 ◦ blue 42

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

Shades of Palm Green #1B392A

Tints of Palm Green #1B392A

RGB

 RED value IS 27 (10.94% from 255) = 21.43%

 GREEN value IS 57 (22.66% from 255) = 45.24%

 BLUE value IS 42 (16.8% from 255) = 33.33%

R = 21.43%
G = 45.24%
B = 33.33%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.26

 K value IS 0.78

RGB Variations

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

Color information

#1B392A (or 0x1B392A) is known color: Palm Green. HEX triplet: 1B, 39 and 2A. RGB value is (27,57,42). Sum of RGB (Red+Green+Blue) = 27+57+42=126 (16% of max value = 765). Red value is 27 (10.94% from 255 or 21.43% from 126); Green value is 57 (22.66% from 255 or 45.24% from 126); Blue value is 42 (16.80% from 255 or 33.33% from 126); Max value from RGB is 57 - color contains mainly: green. Hex color #1B392A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B392A is #E4C6D5. Grayscale: #2E2E2E. Windows color (decimal): -14993110 or 2767131. OLE color: 2767131.

HSL color Cylindrical-coordinate representation of color #1B392A: hue angle of 150º degrees, saturation: 0.36, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #1B392A is Cyan = 0.53, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.78.

Color convert

RGB 27 57 42 -
CMYK 0.53 0 0.26 0.78
HSL 150º 0.36% 0.16% -
HSV(B) 150º 0.53% 0.22% -
XYZ 2.33 3.33 2.71 -
YUV 46.32 125.56 114.22 -
System Red Green Blue C M Y K H S L
Decimal 27 57 42 0.53 0 0.26 0.78 150 0.36 0.16
Hex 1B 39 2A 35 0 1A 4E 96 24 10
Octal 33 71 52 65 0 32 116 226 44 20
Binary 11011 111001 101010 110101 0 11010 1001110 10010110 100100 10000

Color Harmonies of #1B392A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B392A

Black with #1B392A

Text Example


Text Example

White with #1B392A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,57,42); }

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

background-color css

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

 a { background-color: rgb(27,57,42); }

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

border-color css

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

 span { border-color: rgb(27,57,42); }

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