Html Css Color HEX #276141 Green Pea

📋 copy color: '#276141'

red 39 ◦ green 97 ◦ blue 65

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

Shades of Green Pea #276141

Tints of Green Pea #276141

RGB

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

 GREEN value IS 97 (38.28% from 255) = 48.26%

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

R = 19.4%
G = 48.26%
B = 32.34%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#276141 (or 0x276141) is known color: Green Pea. HEX triplet: 27, 61 and 41. RGB value is (39,97,65). Sum of RGB (Red+Green+Blue) = 39+97+65=201 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.40% from 201); Green value is 97 (38.28% from 255 or 48.26% from 201); Blue value is 65 (25.78% from 255 or 32.34% from 201); Max value from RGB is 97 - color contains mainly: green. Hex color #276141 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #276141 is #D89EBE. Grayscale: #4C4C4C. Windows color (decimal): -14196415 or 4284711. OLE color: 4284711.

HSL color Cylindrical-coordinate representation of color #276141: hue angle of 146.9º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #276141 is Cyan = 0.60, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB 39 97 65 -
CMYK 0.60 0 0.33 0.62
HSL 146.9º 0.43% 0.27% -
HSV(B) 146.9º 0.6% 0.38% -
XYZ 6.07 9.36 6.49 -
YUV 76.01 121.78 101.6 -
System Red Green Blue C M Y K H S L
Decimal 39 97 65 0.60 0 0.33 0.62 146.9 0.43 0.27
Hex 27 61 41 3C 0 21 3E 93 2B 1B
Octal 47 141 101 74 0 41 76 223 53 33
Binary 100111 1100001 1000001 111100 0 100001 111110 10010011 101011 11011

Color Harmonies of #276141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276141

Black with #276141

Text Example


Text Example

White with #276141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #276141; }

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

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

background-color css

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

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

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

border-color css

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

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

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