Html Css Color HEX #276A40 Green Pea

📋 copy color: '#276A40'

red 39 ◦ green 106 ◦ blue 64

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

Shades of Green Pea #276A40

Tints of Green Pea #276A40

RGB

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

 GREEN value IS 106 (41.8% from 255) = 50.72%

 BLUE value IS 64 (25.39% from 255) = 30.62%

R = 18.66%
G = 50.72%
B = 30.62%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.40

 K value IS 0.58

RGB Variations

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

Color information

#276A40 (or 0x276A40) is known color: Green Pea. HEX triplet: 27, 6A and 40. RGB value is (39,106,64). Sum of RGB (Red+Green+Blue) = 39+106+64=209 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.66% from 209); Green value is 106 (41.80% from 255 or 50.72% from 209); Blue value is 64 (25.39% from 255 or 30.62% from 209); Max value from RGB is 106 - color contains mainly: green. Hex color #276A40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #276A40 is #D895BF. Grayscale: #515151. Windows color (decimal): -14194112 or 4221479. OLE color: 4221479.

HSL color Cylindrical-coordinate representation of color #276A40: hue angle of 142.39º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #276A40 is Cyan = 0.63, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.58.

Color convert

RGB 39 106 64 -
CMYK 0.63 0 0.40 0.58
HSL 142.39º 0.46% 0.28% -
HSV(B) 142.39º 0.63% 0.42% -
XYZ 6.92 11.11 6.63 -
YUV 81.18 118.3 97.92 -
System Red Green Blue C M Y K H S L
Decimal 39 106 64 0.63 0 0.40 0.58 142.39 0.46 0.28
Hex 27 6A 40 3F 0 28 3A 8E 2E 1C
Octal 47 152 100 77 0 50 72 216 56 34
Binary 100111 1101010 1000000 111111 0 101000 111010 10001110 101110 11100

Color Harmonies of #276A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276A40

Black with #276A40

Text Example


Text Example

White with #276A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #276A40; }

 p { color: rgb(39,106,64); }

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

background-color css

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

 a { background-color: rgb(39,106,64); }

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

border-color css

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

 span { border-color: rgb(39,106,64); }

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