Html Css Color HEX #295F04 Myrtle

📋 copy color: '#295F04'

red 41 ◦ green 95 ◦ blue 4

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

Shades of Myrtle #295F04

Tints of Myrtle #295F04

RGB

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

 GREEN value IS 95 (37.5% from 255) = 67.86%

 BLUE value IS 4 (1.95% from 255) = 2.86%

R = 29.29%
G = 67.86%
B = 2.86%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.96

 K value IS 0.63

RGB Variations

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

Color information

#295F04 (or 0x295F04) is known color: Myrtle. HEX triplet: 29, 5F and 04. RGB value is (41,95,4). Sum of RGB (Red+Green+Blue) = 41+95+4=140 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.29% from 140); Green value is 95 (37.5% from 255 or 67.86% from 140); Blue value is 4 (1.95% from 255 or 2.86% from 140); Max value from RGB is 95 - color contains mainly: green. Hex color #295F04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #295F04 is #D6A0FB. Grayscale: #444444. Windows color (decimal): -14065916 or 286505. OLE color: 286505.

HSL color Cylindrical-coordinate representation of color #295F04: hue angle of 95.6º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #295F04 is Cyan = 0.57, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.63.

Color convert

RGB 41 95 4 -
CMYK 0.57 0 0.96 0.63
HSL 95.6º 0.92% 0.19% -
HSV(B) 95.6º 0.96% 0.37% -
XYZ 5.03 8.66 1.52 -
YUV 68.48 91.61 108.4 -
System Red Green Blue C M Y K H S L
Decimal 41 95 4 0.57 0 0.96 0.63 95.6 0.92 0.19
Hex 29 5F 4 39 0 60 3F 60 5C 13
Octal 51 137 4 71 0 140 77 140 134 23
Binary 101001 1011111 100 111001 0 1100000 111111 1100000 1011100 10011

Color Harmonies of #295F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295F04

Black with #295F04

Text Example


Text Example

White with #295F04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,95,4); }

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

background-color css

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

 a { background-color: rgb(41,95,4); }

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

border-color css

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

 span { border-color: rgb(41,95,4); }

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