Html Css Color HEX #245F01 Myrtle

📋 copy color: '#245F01'

red 36 ◦ green 95 ◦ blue 1

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

Shades of Myrtle #245F01

Tints of Myrtle #245F01

RGB

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

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

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

R = 27.27%
G = 71.97%
B = 0.76%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.99

 K value IS 0.63

RGB Variations

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

Color information

#245F01 (or 0x245F01) is known color: Myrtle. HEX triplet: 24, 5F and 01. RGB value is (36,95,1). Sum of RGB (Red+Green+Blue) = 36+95+1=132 (17% of max value = 765). Red value is 36 (14.45% from 255 or 27.27% from 132); Green value is 95 (37.5% from 255 or 71.97% from 132); Blue value is 1 (0.78% from 255 or 0.76% from 132); Max value from RGB is 95 - color contains mainly: green. Hex color #245F01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #245F01 is #DBA0FE. Grayscale: #424242. Windows color (decimal): -14393599 or 89892. OLE color: 89892.

HSL color Cylindrical-coordinate representation of color #245F01: hue angle of 97.66º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #245F01 is Cyan = 0.62, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.63.

Color convert

RGB 36 95 1 -
CMYK 0.62 0 0.99 0.63
HSL 97.66º 0.98% 0.19% -
HSV(B) 97.66º 0.99% 0.37% -
XYZ 4.83 8.56 1.43 -
YUV 66.64 90.95 106.14 -
System Red Green Blue C M Y K H S L
Decimal 36 95 1 0.62 0 0.99 0.63 97.66 0.98 0.19
Hex 24 5F 1 3E 0 63 3F 62 62 13
Octal 44 137 1 76 0 143 77 142 142 23
Binary 100100 1011111 1 111110 0 1100011 111111 1100010 1100010 10011

Color Harmonies of #245F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245F01

Black with #245F01

Text Example


Text Example

White with #245F01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,95,1); }

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

background-color css

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

 a { background-color: rgb(36,95,1); }

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

border-color css

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

 span { border-color: rgb(36,95,1); }

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