Html Css Color HEX #275941 Green Pea

📋 copy color: '#275941'

red 39 ◦ green 89 ◦ blue 65

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

Shades of Green Pea #275941

Tints of Green Pea #275941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 33.68%

R = 20.21%
G = 46.11%
B = 33.68%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.27

 K value IS 0.65

RGB Variations

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

Color information

#275941 (or 0x275941) is known color: Green Pea. HEX triplet: 27, 59 and 41. RGB value is (39,89,65). Sum of RGB (Red+Green+Blue) = 39+89+65=193 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.21% from 193); Green value is 89 (35.16% from 255 or 46.11% from 193); Blue value is 65 (25.78% from 255 or 33.68% from 193); Max value from RGB is 89 - color contains mainly: green. Hex color #275941 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275941 is #D8A6BE. Grayscale: #474747. Windows color (decimal): -14198463 or 4282663. OLE color: 4282663.

HSL color Cylindrical-coordinate representation of color #275941: hue angle of 151.2º 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 #275941 is Cyan = 0.56, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB 39 89 65 -
CMYK 0.56 0 0.27 0.65
HSL 151.2º 0.39% 0.25% -
HSV(B) 151.2º 0.56% 0.35% -
XYZ 5.36 7.96 6.25 -
YUV 71.31 124.44 104.95 -
System Red Green Blue C M Y K H S L
Decimal 39 89 65 0.56 0 0.27 0.65 151.2 0.39 0.25
Hex 27 59 41 38 0 1B 41 97 27 19
Octal 47 131 101 70 0 33 101 227 47 31
Binary 100111 1011001 1000001 111000 0 11011 1000001 10010111 100111 11001

Color Harmonies of #275941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275941

Black with #275941

Text Example


Text Example

White with #275941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275941; }

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

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

background-color css

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

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

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

border-color css

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

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

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