Html Css Color HEX #276042 Green Pea

📋 copy color: '#276042'

red 39 ◦ green 96 ◦ blue 66

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

Shades of Green Pea #276042

Tints of Green Pea #276042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 32.84%

R = 19.4%
G = 47.76%
B = 32.84%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.31

 K value IS 0.62

RGB Variations

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

Color information

#276042 (or 0x276042) is known color: Green Pea. HEX triplet: 27, 60 and 42. RGB value is (39,96,66). Sum of RGB (Red+Green+Blue) = 39+96+66=201 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.40% from 201); Green value is 96 (37.89% from 255 or 47.76% from 201); Blue value is 66 (26.17% from 255 or 32.84% from 201); Max value from RGB is 96 - color contains mainly: green. Hex color #276042 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #276042 is #D89FBD. Grayscale: #4B4B4B. Windows color (decimal): -14196670 or 4349991. OLE color: 4349991.

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

Color convert

RGB 39 96 66 -
CMYK 0.59 0 0.31 0.62
HSL 148.42º 0.42% 0.26% -
HSV(B) 148.42º 0.59% 0.38% -
XYZ 6 9.19 6.61 -
YUV 75.54 122.62 101.94 -
System Red Green Blue C M Y K H S L
Decimal 39 96 66 0.59 0 0.31 0.62 148.42 0.42 0.26
Hex 27 60 42 3B 0 1F 3E 94 2A 1A
Octal 47 140 102 73 0 37 76 224 52 32
Binary 100111 1100000 1000010 111011 0 11111 111110 10010100 101010 11010

Color Harmonies of #276042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276042

Black with #276042

Text Example


Text Example

White with #276042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #276042; }

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

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

background-color css

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

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

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

border-color css

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

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

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