Html Css Color HEX #295F03 Myrtle

📋 copy color: '#295F03'

red 41 ◦ green 95 ◦ blue 3

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

Shades of Myrtle #295F03

Tints of Myrtle #295F03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.16%

R = 29.5%
G = 68.35%
B = 2.16%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.97

 K value IS 0.63

RGB Variations

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

Color information

#295F03 (or 0x295F03) is known color: Myrtle. HEX triplet: 29, 5F and 03. RGB value is (41,95,3). Sum of RGB (Red+Green+Blue) = 41+95+3=139 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.50% from 139); Green value is 95 (37.5% from 255 or 68.35% from 139); Blue value is 3 (1.56% from 255 or 2.16% from 139); Max value from RGB is 95 - color contains mainly: green. Hex color #295F03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #295F03 is #D6A0FC. Grayscale: #444444. Windows color (decimal): -14065917 or 220969. OLE color: 220969.

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

Color convert

RGB 41 95 3 -
CMYK 0.57 0 0.97 0.63
HSL 95.22º 0.94% 0.19% -
HSV(B) 95.22º 0.97% 0.37% -
XYZ 5.02 8.66 1.49 -
YUV 68.37 91.11 108.48 -
System Red Green Blue C M Y K H S L
Decimal 41 95 3 0.57 0 0.97 0.63 95.22 0.94 0.19
Hex 29 5F 3 39 0 61 3F 5F 5E 13
Octal 51 137 3 71 0 141 77 137 136 23
Binary 101001 1011111 11 111001 0 1100001 111111 1011111 1011110 10011

Color Harmonies of #295F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295F03

Black with #295F03

Text Example


Text Example

White with #295F03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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