Html Css Color HEX #295D01 Myrtle

📋 copy color: '#295D01'

red 41 ◦ green 93 ◦ blue 1

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

Shades of Myrtle #295D01

Tints of Myrtle #295D01

RGB

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

 GREEN value IS 93 (36.72% from 255) = 68.89%

 BLUE value IS 1 (0.78% from 255) = 0.74%

R = 30.37%
G = 68.89%
B = 0.74%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.99

 K value IS 0.64

RGB Variations

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

Color information

#295D01 (or 0x295D01) is known color: Myrtle. HEX triplet: 29, 5D and 01. RGB value is (41,93,1). Sum of RGB (Red+Green+Blue) = 41+93+1=135 (17% of max value = 765). Red value is 41 (16.41% from 255 or 30.37% from 135); Green value is 93 (36.72% from 255 or 68.89% from 135); Blue value is 1 (0.78% from 255 or 0.74% from 135); Max value from RGB is 93 - color contains mainly: green. Hex color #295D01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #295D01 is #D6A2FE. Grayscale: #434343. Windows color (decimal): -14066431 or 89385. OLE color: 89385.

HSL color Cylindrical-coordinate representation of color #295D01: hue angle of 93.91º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #295D01 is Cyan = 0.56, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.64.

Color convert

RGB 41 93 1 -
CMYK 0.56 0 0.99 0.64
HSL 93.91º 0.98% 0.18% -
HSV(B) 93.91º 0.99% 0.36% -
XYZ 4.83 8.3 1.38 -
YUV 66.96 90.77 109.48 -
System Red Green Blue C M Y K H S L
Decimal 41 93 1 0.56 0 0.99 0.64 93.91 0.98 0.18
Hex 29 5D 1 38 0 63 40 5E 62 12
Octal 51 135 1 70 0 143 100 136 142 22
Binary 101001 1011101 1 111000 0 1100011 1000000 1011110 1100010 10010

Color Harmonies of #295D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295D01

Black with #295D01

Text Example


Text Example

White with #295D01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,93,1); }

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

background-color css

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

 a { background-color: rgb(41,93,1); }

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

border-color css

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

 span { border-color: rgb(41,93,1); }

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