Html Css Color HEX #245D02 Myrtle

📋 copy color: '#245D02'

red 36 ◦ green 93 ◦ blue 2

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

Shades of Myrtle #245D02

Tints of Myrtle #245D02

RGB

 RED value IS 36 (14.45% from 255) = 27.48%

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

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

R = 27.48%
G = 70.99%
B = 1.53%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.98

 K value IS 0.64

RGB Variations

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

Color information

#245D02 (or 0x245D02) is known color: Myrtle. HEX triplet: 24, 5D and 02. RGB value is (36,93,2). Sum of RGB (Red+Green+Blue) = 36+93+2=131 (17% of max value = 765). Red value is 36 (14.45% from 255 or 27.48% from 131); Green value is 93 (36.72% from 255 or 70.99% from 131); Blue value is 2 (1.17% from 255 or 1.53% from 131); Max value from RGB is 93 - color contains mainly: green. Hex color #245D02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #245D02 is #DBA2FD. Grayscale: #414141. Windows color (decimal): -14394110 or 154916. OLE color: 154916.

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

Color convert

RGB 36 93 2 -
CMYK 0.61 0 0.98 0.64
HSL 97.58º 0.96% 0.19% -
HSV(B) 97.58º 0.98% 0.36% -
XYZ 4.65 8.21 1.4 -
YUV 65.58 92.12 106.9 -
System Red Green Blue C M Y K H S L
Decimal 36 93 2 0.61 0 0.98 0.64 97.58 0.96 0.19
Hex 24 5D 2 3D 0 62 40 62 60 13
Octal 44 135 2 75 0 142 100 142 140 23
Binary 100100 1011101 10 111101 0 1100010 1000000 1100010 1100000 10011

Color Harmonies of #245D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245D02

Black with #245D02

Text Example


Text Example

White with #245D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245D02; }

 p { color: rgb(36,93,2); }

 H1.HeaderClassName
 {
   color: #245D02;
 }
 .AnyTagClassName
 {
   color: #245D02;
 }
</style>

background-color css

<style>
 a { background-color: #245D02; }

 a { background-color: rgb(36,93,2); }

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

border-color css

<style>
 span { border-color: #245D02; }

 span { border-color: rgb(36,93,2); }

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