Html Css Color HEX #28694A Green Pea

📋 copy color: '#28694A'

red 40 ◦ green 105 ◦ blue 74

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

Shades of Green Pea #28694A

Tints of Green Pea #28694A

RGB

 RED value IS 40 (16.02% from 255) = 18.26%

 GREEN value IS 105 (41.41% from 255) = 47.95%

 BLUE value IS 74 (29.3% from 255) = 33.79%

R = 18.26%
G = 47.95%
B = 33.79%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#28694A (or 0x28694A) is known color: Green Pea. HEX triplet: 28, 69 and 4A. RGB value is (40,105,74). Sum of RGB (Red+Green+Blue) = 40+105+74=219 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.26% from 219); Green value is 105 (41.41% from 255 or 47.95% from 219); Blue value is 74 (29.30% from 255 or 33.79% from 219); Max value from RGB is 105 - color contains mainly: green. Hex color #28694A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28694A is #D796B5. Grayscale: #525252. Windows color (decimal): -14128822 or 4876584. OLE color: 4876584.

HSL color Cylindrical-coordinate representation of color #28694A: hue angle of 151.38º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #28694A is Cyan = 0.62, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB 40 105 74 -
CMYK 0.62 0 0.30 0.59
HSL 151.38º 0.45% 0.28% -
HSV(B) 151.38º 0.62% 0.41% -
XYZ 7.16 11.05 8.23 -
YUV 82.03 123.47 98.02 -
System Red Green Blue C M Y K H S L
Decimal 40 105 74 0.62 0 0.30 0.59 151.38 0.45 0.28
Hex 28 69 4A 3E 0 1E 3B 97 2D 1C
Octal 50 151 112 76 0 36 73 227 55 34
Binary 101000 1101001 1001010 111110 0 11110 111011 10010111 101101 11100

Color Harmonies of #28694A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28694A

Black with #28694A

Text Example


Text Example

White with #28694A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28694A; }

 p { color: rgb(40,105,74); }

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

background-color css

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

 a { background-color: rgb(40,105,74); }

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

border-color css

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

 span { border-color: rgb(40,105,74); }

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