Html Css Color HEX #276F4B Green Pea

📋 copy color: '#276F4B'

red 39 ◦ green 111 ◦ blue 75

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

Shades of Green Pea #276F4B

Tints of Green Pea #276F4B

RGB

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

 GREEN value IS 111 (43.75% from 255) = 49.33%

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

R = 17.33%
G = 49.33%
B = 33.33%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#276F4B (or 0x276F4B) is known color: Green Pea. HEX triplet: 27, 6F and 4B. RGB value is (39,111,75). Sum of RGB (Red+Green+Blue) = 39+111+75=225 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.33% from 225); Green value is 111 (43.75% from 255 or 49.33% from 225); Blue value is 75 (29.69% from 255 or 33.33% from 225); Max value from RGB is 111 - color contains mainly: green. Hex color #276F4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #276F4B is #D890B4. Grayscale: #555555. Windows color (decimal): -14192821 or 4943655. OLE color: 4943655.

HSL color Cylindrical-coordinate representation of color #276F4B: hue angle of 150º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #276F4B is Cyan = 0.65, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB 39 111 75 -
CMYK 0.65 0 0.32 0.56
HSL 150º 0.48% 0.29% -
HSV(B) 150º 0.65% 0.44% -
XYZ 7.79 12.31 8.62 -
YUV 85.37 122.15 94.93 -
System Red Green Blue C M Y K H S L
Decimal 39 111 75 0.65 0 0.32 0.56 150 0.48 0.29
Hex 27 6F 4B 41 0 20 38 96 30 1D
Octal 47 157 113 101 0 40 70 226 60 35
Binary 100111 1101111 1001011 1000001 0 100000 111000 10010110 110000 11101

Color Harmonies of #276F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276F4B

Black with #276F4B

Text Example


Text Example

White with #276F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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