Html Css Color HEX #1B421B Myrtle

📋 copy color: '#1B421B'

red 27 ◦ green 66 ◦ blue 27

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

Shades of Myrtle #1B421B

Tints of Myrtle #1B421B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 55%

 BLUE value IS 27 (10.94% from 255) = 22.5%

R = 22.5%
G = 55%
B = 22.5%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.59

 K value IS 0.74

RGB Variations

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

Color information

#1B421B (or 0x1B421B) is known color: Myrtle. HEX triplet: 1B, 42 and 1B. RGB value is (27,66,27). Sum of RGB (Red+Green+Blue) = 27+66+27=120 (15% of max value = 765). Red value is 27 (10.94% from 255 or 22.5% from 120); Green value is 66 (26.17% from 255 or 55% from 120); Blue value is 27 (10.94% from 255 or 22.5% from 120); Max value from RGB is 66 - color contains mainly: green. Hex color #1B421B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B421B is #E4BDE4. Grayscale: #323232. Windows color (decimal): -14990821 or 1786395. OLE color: 1786395.

HSL color Cylindrical-coordinate representation of color #1B421B: hue angle of 120º degrees, saturation: 0.42, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1B421B is Cyan = 0.59, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.74.

Color convert

RGB 27 66 27 -
CMYK 0.59 0 0.59 0.74
HSL 120º 0.42% 0.18% -
HSV(B) 120º 0.59% 0.26% -
XYZ 2.6 4.21 1.71 -
YUV 49.89 115.08 111.67 -
System Red Green Blue C M Y K H S L
Decimal 27 66 27 0.59 0 0.59 0.74 120 0.42 0.18
Hex 1B 42 1B 3B 0 3B 4A 78 2A 12
Octal 33 102 33 73 0 73 112 170 52 22
Binary 11011 1000010 11011 111011 0 111011 1001010 1111000 101010 10010

Color Harmonies of #1B421B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B421B

Black with #1B421B

Text Example


Text Example

White with #1B421B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,66,27); }

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

background-color css

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

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

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

border-color css

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

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

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