Html Css Color HEX #275A40 Green Pea

📋 copy color: '#275A40'

red 39 ◦ green 90 ◦ blue 64

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

Shades of Green Pea #275A40

Tints of Green Pea #275A40

RGB

 RED value IS 39 (15.63% from 255) = 20.21%

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

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

R = 20.21%
G = 46.63%
B = 33.16%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.29

 K value IS 0.65

RGB Variations

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

Color information

#275A40 (or 0x275A40) is known color: Green Pea. HEX triplet: 27, 5A and 40. RGB value is (39,90,64). Sum of RGB (Red+Green+Blue) = 39+90+64=193 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.21% from 193); Green value is 90 (35.55% from 255 or 46.63% from 193); Blue value is 64 (25.39% from 255 or 33.16% from 193); Max value from RGB is 90 - color contains mainly: green. Hex color #275A40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275A40 is #D8A5BF. Grayscale: #474747. Windows color (decimal): -14198208 or 4217383. OLE color: 4217383.

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

Color convert

RGB 39 90 64 -
CMYK 0.57 0 0.29 0.65
HSL 149.41º 0.4% 0.25% -
HSV(B) 149.41º 0.57% 0.35% -
XYZ 5.42 8.11 6.13 -
YUV 71.79 123.6 104.61 -
System Red Green Blue C M Y K H S L
Decimal 39 90 64 0.57 0 0.29 0.65 149.41 0.4 0.25
Hex 27 5A 40 39 0 1D 41 95 28 19
Octal 47 132 100 71 0 35 101 225 50 31
Binary 100111 1011010 1000000 111001 0 11101 1000001 10010101 101000 11001

Color Harmonies of #275A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275A40

Black with #275A40

Text Example


Text Example

White with #275A40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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