Html Css Color HEX #276047 Green Pea

📋 copy color: '#276047'

red 39 ◦ green 96 ◦ blue 71

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

Shades of Green Pea #276047

Tints of Green Pea #276047

RGB

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

 GREEN value IS 96 (37.89% from 255) = 46.6%

 BLUE value IS 71 (28.13% from 255) = 34.47%

R = 18.93%
G = 46.6%
B = 34.47%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#276047 (or 0x276047) is known color: Green Pea. HEX triplet: 27, 60 and 47. RGB value is (39,96,71). Sum of RGB (Red+Green+Blue) = 39+96+71=206 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.93% from 206); Green value is 96 (37.89% from 255 or 46.60% from 206); Blue value is 71 (28.12% from 255 or 34.47% from 206); Max value from RGB is 96 - color contains mainly: green. Hex color #276047 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #276047 is #D89FB8. Grayscale: #4C4C4C. Windows color (decimal): -14196665 or 4677671. OLE color: 4677671.

HSL color Cylindrical-coordinate representation of color #276047: hue angle of 153.68º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #276047 is Cyan = 0.59, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB 39 96 71 -
CMYK 0.59 0 0.26 0.62
HSL 153.68º 0.42% 0.26% -
HSV(B) 153.68º 0.59% 0.38% -
XYZ 6.16 9.25 7.42 -
YUV 76.11 125.12 101.53 -
System Red Green Blue C M Y K H S L
Decimal 39 96 71 0.59 0 0.26 0.62 153.68 0.42 0.26
Hex 27 60 47 3B 0 1A 3E 9A 2A 1A
Octal 47 140 107 73 0 32 76 232 52 32
Binary 100111 1100000 1000111 111011 0 11010 111110 10011010 101010 11010

Color Harmonies of #276047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276047

Black with #276047

Text Example


Text Example

White with #276047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #276047; }

 p { color: rgb(39,96,71); }

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

background-color css

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

 a { background-color: rgb(39,96,71); }

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

border-color css

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

 span { border-color: rgb(39,96,71); }

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