Html Css Color HEX #275942 Green Pea

📋 copy color: '#275942'

red 39 ◦ green 89 ◦ blue 66

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

Shades of Green Pea #275942

Tints of Green Pea #275942

RGB

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

 GREEN value IS 89 (35.16% from 255) = 45.88%

 BLUE value IS 66 (26.17% from 255) = 34.02%

R = 20.1%
G = 45.88%
B = 34.02%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.26

 K value IS 0.65

RGB Variations

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

Color information

#275942 (or 0x275942) is known color: Green Pea. HEX triplet: 27, 59 and 42. RGB value is (39,89,66). Sum of RGB (Red+Green+Blue) = 39+89+66=194 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.10% from 194); Green value is 89 (35.16% from 255 or 45.88% from 194); Blue value is 66 (26.17% from 255 or 34.02% from 194); Max value from RGB is 89 - color contains mainly: green. Hex color #275942 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275942 is #D8A6BD. Grayscale: #474747. Windows color (decimal): -14198462 or 4348199. OLE color: 4348199.

HSL color Cylindrical-coordinate representation of color #275942: hue angle of 152.4º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #275942 is Cyan = 0.56, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.65.

Color convert

RGB 39 89 66 -
CMYK 0.56 0 0.26 0.65
HSL 152.4º 0.39% 0.25% -
HSV(B) 152.4º 0.56% 0.35% -
XYZ 5.39 7.97 6.41 -
YUV 71.43 124.94 104.87 -
System Red Green Blue C M Y K H S L
Decimal 39 89 66 0.56 0 0.26 0.65 152.4 0.39 0.25
Hex 27 59 42 38 0 1A 41 98 27 19
Octal 47 131 102 70 0 32 101 230 47 31
Binary 100111 1011001 1000010 111000 0 11010 1000001 10011000 100111 11001

Color Harmonies of #275942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275942

Black with #275942

Text Example


Text Example

White with #275942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275942; }

 p { color: rgb(39,89,66); }

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

background-color css

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

 a { background-color: rgb(39,89,66); }

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

border-color css

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

 span { border-color: rgb(39,89,66); }

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