Html Css Color HEX #276340 Green Pea

📋 copy color: '#276340'

red 39 ◦ green 99 ◦ blue 64

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

Shades of Green Pea #276340

Tints of Green Pea #276340

RGB

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

 GREEN value IS 99 (39.06% from 255) = 49.01%

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

R = 19.31%
G = 49.01%
B = 31.68%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.35

 K value IS 0.61

RGB Variations

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

Color information

#276340 (or 0x276340) is known color: Green Pea. HEX triplet: 27, 63 and 40. RGB value is (39,99,64). Sum of RGB (Red+Green+Blue) = 39+99+64=202 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.31% from 202); Green value is 99 (39.06% from 255 or 49.01% from 202); Blue value is 64 (25.39% from 255 or 31.68% from 202); Max value from RGB is 99 - color contains mainly: green. Hex color #276340 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #276340 is #D89CBF. Grayscale: #4D4D4D. Windows color (decimal): -14195904 or 4219687. OLE color: 4219687.

HSL color Cylindrical-coordinate representation of color #276340: hue angle of 145º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #276340 is Cyan = 0.61, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.61.

Color convert

RGB 39 99 64 -
CMYK 0.61 0 0.35 0.61
HSL 145º 0.43% 0.27% -
HSV(B) 145º 0.61% 0.39% -
XYZ 6.22 9.73 6.4 -
YUV 77.07 120.62 100.85 -
System Red Green Blue C M Y K H S L
Decimal 39 99 64 0.61 0 0.35 0.61 145 0.43 0.27
Hex 27 63 40 3D 0 23 3D 91 2B 1B
Octal 47 143 100 75 0 43 75 221 53 33
Binary 100111 1100011 1000000 111101 0 100011 111101 10010001 101011 11011

Color Harmonies of #276340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276340

Black with #276340

Text Example


Text Example

White with #276340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #276340; }

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

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

background-color css

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

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

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

border-color css

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

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

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