Html Css Color HEX #276146 Green Pea

📋 copy color: '#276146'

red 39 ◦ green 97 ◦ blue 70

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

Shades of Green Pea #276146

Tints of Green Pea #276146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 33.98%

R = 18.93%
G = 47.09%
B = 33.98%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.28

 K value IS 0.62

RGB Variations

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

Color information

#276146 (or 0x276146) is known color: Green Pea. HEX triplet: 27, 61 and 46. RGB value is (39,97,70). Sum of RGB (Red+Green+Blue) = 39+97+70=206 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.93% from 206); Green value is 97 (38.28% from 255 or 47.09% from 206); Blue value is 70 (27.73% from 255 or 33.98% from 206); Max value from RGB is 97 - color contains mainly: green. Hex color #276146 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #276146 is #D89EB9. Grayscale: #4C4C4C. Windows color (decimal): -14196410 or 4612391. OLE color: 4612391.

HSL color Cylindrical-coordinate representation of color #276146: hue angle of 152.07º 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 #276146 is Cyan = 0.60, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.62.

Color convert

RGB 39 97 70 -
CMYK 0.60 0 0.28 0.62
HSL 152.07º 0.43% 0.27% -
HSV(B) 152.07º 0.6% 0.38% -
XYZ 6.22 9.42 7.29 -
YUV 76.58 124.28 101.2 -
System Red Green Blue C M Y K H S L
Decimal 39 97 70 0.60 0 0.28 0.62 152.07 0.43 0.27
Hex 27 61 46 3C 0 1C 3E 98 2B 1B
Octal 47 141 106 74 0 34 76 230 53 33
Binary 100111 1100001 1000110 111100 0 11100 111110 10011000 101011 11011

Color Harmonies of #276146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276146

Black with #276146

Text Example


Text Example

White with #276146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #276146; }

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

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

background-color css

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

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

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

border-color css

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

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

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