Html Css Color HEX #295B14 Myrtle

📋 copy color: '#295B14'

red 41 ◦ green 91 ◦ blue 20

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

Shades of Myrtle #295B14

Tints of Myrtle #295B14

RGB

 RED value IS 41 (16.41% from 255) = 26.97%

 GREEN value IS 91 (35.94% from 255) = 59.87%

 BLUE value IS 20 (8.2% from 255) = 13.16%

R = 26.97%
G = 59.87%
B = 13.16%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.78

 K value IS 0.64

RGB Variations

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

Color information

#295B14 (or 0x295B14) is known color: Myrtle. HEX triplet: 29, 5B and 14. RGB value is (41,91,20). Sum of RGB (Red+Green+Blue) = 41+91+20=152 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.97% from 152); Green value is 91 (35.94% from 255 or 59.87% from 152); Blue value is 20 (8.20% from 255 or 13.16% from 152); Max value from RGB is 91 - color contains mainly: green. Hex color #295B14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #295B14 is #D6A4EB. Grayscale: #444444. Windows color (decimal): -14066924 or 1334057. OLE color: 1334057.

HSL color Cylindrical-coordinate representation of color #295B14: hue angle of 102.25º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #295B14 is Cyan = 0.55, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.64.

Color convert

RGB 41 91 20 -
CMYK 0.55 0 0.78 0.64
HSL 102.25º 0.64% 0.22% -
HSV(B) 102.25º 0.78% 0.36% -
XYZ 4.78 8 1.95 -
YUV 67.96 100.94 108.77 -
System Red Green Blue C M Y K H S L
Decimal 41 91 20 0.55 0 0.78 0.64 102.25 0.64 0.22
Hex 29 5B 14 37 0 4E 40 66 40 16
Octal 51 133 24 67 0 116 100 146 100 26
Binary 101001 1011011 10100 110111 0 1001110 1000000 1100110 1000000 10110

Color Harmonies of #295B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295B14

Black with #295B14

Text Example


Text Example

White with #295B14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295B14; }

 p { color: rgb(41,91,20); }

 H1.HeaderClassName
 {
   color: #295B14;
 }
 .AnyTagClassName
 {
   color: #295B14;
 }
</style>

background-color css

<style>
 a { background-color: #295B14; }

 a { background-color: rgb(41,91,20); }

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

border-color css

<style>
 span { border-color: #295B14; }

 span { border-color: rgb(41,91,20); }

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