Html Css Color HEX #276145 Green Pea

📋 copy color: '#276145'

red 39 ◦ green 97 ◦ blue 69

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

Shades of Green Pea #276145

Tints of Green Pea #276145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 33.66%

R = 19.02%
G = 47.32%
B = 33.66%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.29

 K value IS 0.62

RGB Variations

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

Color information

#276145 (or 0x276145) is known color: Green Pea. HEX triplet: 27, 61 and 45. RGB value is (39,97,69). Sum of RGB (Red+Green+Blue) = 39+97+69=205 (27% of max value = 765). Red value is 39 (15.62% from 255 or 19.02% from 205); Green value is 97 (38.28% from 255 or 47.32% from 205); Blue value is 69 (27.34% from 255 or 33.66% from 205); Max value from RGB is 97 - color contains mainly: green. Hex color #276145 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #276145 is #D89EBA. Grayscale: #4C4C4C. Windows color (decimal): -14196411 or 4546855. OLE color: 4546855.

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

Color convert

RGB 39 97 69 -
CMYK 0.60 0 0.29 0.62
HSL 151.03º 0.43% 0.27% -
HSV(B) 151.03º 0.6% 0.38% -
XYZ 6.19 9.41 7.12 -
YUV 76.47 123.78 101.28 -
System Red Green Blue C M Y K H S L
Decimal 39 97 69 0.60 0 0.29 0.62 151.03 0.43 0.27
Hex 27 61 45 3C 0 1D 3E 97 2B 1B
Octal 47 141 105 74 0 35 76 227 53 33
Binary 100111 1100001 1000101 111100 0 11101 111110 10010111 101011 11011

Color Harmonies of #276145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276145

Black with #276145

Text Example


Text Example

White with #276145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #276145; }

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

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

background-color css

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

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

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

border-color css

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

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

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