Html Css Color HEX #245A40 Green Pea

📋 copy color: '#245A40'

red 36 ◦ green 90 ◦ blue 64

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

Shades of Green Pea #245A40

Tints of Green Pea #245A40

RGB

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

 GREEN value IS 90 (35.55% from 255) = 47.37%

 BLUE value IS 64 (25.39% from 255) = 33.68%

R = 18.95%
G = 47.37%
B = 33.68%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.29

 K value IS 0.65

RGB Variations

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

Color information

#245A40 (or 0x245A40) is known color: Green Pea. HEX triplet: 24, 5A and 40. RGB value is (36,90,64). Sum of RGB (Red+Green+Blue) = 36+90+64=190 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.95% from 190); Green value is 90 (35.55% from 255 or 47.37% from 190); Blue value is 64 (25.39% from 255 or 33.68% from 190); Max value from RGB is 90 - color contains mainly: green. Hex color #245A40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245A40 is #DBA5BF. Grayscale: #464646. Windows color (decimal): -14394816 or 4217380. OLE color: 4217380.

HSL color Cylindrical-coordinate representation of color #245A40: hue angle of 151.11º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #245A40 is Cyan = 0.60, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.65.

Color convert

RGB 36 90 64 -
CMYK 0.60 0 0.29 0.65
HSL 151.11º 0.43% 0.25% -
HSV(B) 151.11º 0.6% 0.35% -
XYZ 5.31 8.06 6.13 -
YUV 70.89 124.11 103.11 -
System Red Green Blue C M Y K H S L
Decimal 36 90 64 0.60 0 0.29 0.65 151.11 0.43 0.25
Hex 24 5A 40 3C 0 1D 41 97 2B 19
Octal 44 132 100 74 0 35 101 227 53 31
Binary 100100 1011010 1000000 111100 0 11101 1000001 10010111 101011 11001

Color Harmonies of #245A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245A40

Black with #245A40

Text Example


Text Example

White with #245A40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,90,64); }

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

background-color css

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

 a { background-color: rgb(36,90,64); }

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

border-color css

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

 span { border-color: rgb(36,90,64); }

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