Html Css Color HEX #276D4B Green Pea

📋 copy color: '#276D4B'

red 39 ◦ green 109 ◦ blue 75

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

Shades of Green Pea #276D4B

Tints of Green Pea #276D4B

RGB

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

 GREEN value IS 109 (42.97% from 255) = 48.88%

 BLUE value IS 75 (29.69% from 255) = 33.63%

R = 17.49%
G = 48.88%
B = 33.63%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.31

 K value IS 0.57

RGB Variations

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

Color information

#276D4B (or 0x276D4B) is known color: Green Pea. HEX triplet: 27, 6D and 4B. RGB value is (39,109,75). Sum of RGB (Red+Green+Blue) = 39+109+75=223 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.49% from 223); Green value is 109 (42.97% from 255 or 48.88% from 223); Blue value is 75 (29.69% from 255 or 33.63% from 223); Max value from RGB is 109 - color contains mainly: green. Hex color #276D4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #276D4B is #D892B4. Grayscale: #545454. Windows color (decimal): -14193333 or 4943143. OLE color: 4943143.

HSL color Cylindrical-coordinate representation of color #276D4B: hue angle of 150.86º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #276D4B is Cyan = 0.64, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.57.

Color convert

RGB 39 109 75 -
CMYK 0.64 0 0.31 0.57
HSL 150.86º 0.47% 0.29% -
HSV(B) 150.86º 0.64% 0.43% -
XYZ 7.58 11.88 8.55 -
YUV 84.19 122.81 95.76 -
System Red Green Blue C M Y K H S L
Decimal 39 109 75 0.64 0 0.31 0.57 150.86 0.47 0.29
Hex 27 6D 4B 40 0 1F 39 97 2F 1D
Octal 47 155 113 100 0 37 71 227 57 35
Binary 100111 1101101 1001011 1000000 0 11111 111001 10010111 101111 11101

Color Harmonies of #276D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276D4B

Black with #276D4B

Text Example


Text Example

White with #276D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,109,75); }

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

background-color css

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

 a { background-color: rgb(39,109,75); }

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

border-color css

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

 span { border-color: rgb(39,109,75); }

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