Html Css Color HEX #295C02 Myrtle

📋 copy color: '#295C02'

red 41 ◦ green 92 ◦ blue 2

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

Shades of Myrtle #295C02

Tints of Myrtle #295C02

RGB

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

 GREEN value IS 92 (36.33% from 255) = 68.15%

 BLUE value IS 2 (1.17% from 255) = 1.48%

R = 30.37%
G = 68.15%
B = 1.48%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.98

 K value IS 0.64

RGB Variations

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

Color information

#295C02 (or 0x295C02) is known color: Myrtle. HEX triplet: 29, 5C and 02. RGB value is (41,92,2). Sum of RGB (Red+Green+Blue) = 41+92+2=135 (17% of max value = 765). Red value is 41 (16.41% from 255 or 30.37% from 135); Green value is 92 (36.33% from 255 or 68.15% from 135); Blue value is 2 (1.17% from 255 or 1.48% from 135); Max value from RGB is 92 - color contains mainly: green. Hex color #295C02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #295C02 is #D6A3FD. Grayscale: #424242. Windows color (decimal): -14066686 or 154665. OLE color: 154665.

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

Color convert

RGB 41 92 2 -
CMYK 0.55 0 0.98 0.64
HSL 94º 0.96% 0.18% -
HSV(B) 94º 0.98% 0.36% -
XYZ 4.75 8.13 1.38 -
YUV 66.49 91.6 109.82 -
System Red Green Blue C M Y K H S L
Decimal 41 92 2 0.55 0 0.98 0.64 94 0.96 0.18
Hex 29 5C 2 37 0 62 40 5E 60 12
Octal 51 134 2 67 0 142 100 136 140 22
Binary 101001 1011100 10 110111 0 1100010 1000000 1011110 1100000 10010

Color Harmonies of #295C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295C02

Black with #295C02

Text Example


Text Example

White with #295C02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,92,2); }

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

background-color css

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

 a { background-color: rgb(41,92,2); }

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

border-color css

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

 span { border-color: rgb(41,92,2); }

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