Html Css Color HEX #276044 Green Pea

📋 copy color: '#276044'

red 39 ◦ green 96 ◦ blue 68

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

Shades of Green Pea #276044

Tints of Green Pea #276044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 33.5%

R = 19.21%
G = 47.29%
B = 33.5%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.29

 K value IS 0.62

RGB Variations

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

Color information

#276044 (or 0x276044) is known color: Green Pea. HEX triplet: 27, 60 and 44. RGB value is (39,96,68). Sum of RGB (Red+Green+Blue) = 39+96+68=203 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.21% from 203); Green value is 96 (37.89% from 255 or 47.29% from 203); Blue value is 68 (26.95% from 255 or 33.50% from 203); Max value from RGB is 96 - color contains mainly: green. Hex color #276044 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #276044 is #D89FBB. Grayscale: #4B4B4B. Windows color (decimal): -14196668 or 4481063. OLE color: 4481063.

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

Color convert

RGB 39 96 68 -
CMYK 0.59 0 0.29 0.62
HSL 150.53º 0.42% 0.26% -
HSV(B) 150.53º 0.59% 0.38% -
XYZ 6.06 9.21 6.93 -
YUV 75.77 123.62 101.78 -
System Red Green Blue C M Y K H S L
Decimal 39 96 68 0.59 0 0.29 0.62 150.53 0.42 0.26
Hex 27 60 44 3B 0 1D 3E 97 2A 1A
Octal 47 140 104 73 0 35 76 227 52 32
Binary 100111 1100000 1000100 111011 0 11101 111110 10010111 101010 11010

Color Harmonies of #276044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276044

Black with #276044

Text Example


Text Example

White with #276044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #276044; }

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

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

background-color css

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

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

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

border-color css

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

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

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