Html Css Color HEX #28674A Green Pea

📋 copy color: '#28674A'

red 40 ◦ green 103 ◦ blue 74

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

Shades of Green Pea #28674A

Tints of Green Pea #28674A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 47.47%

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

R = 18.43%
G = 47.47%
B = 34.1%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.28

 K value IS 0.60

RGB Variations

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

Color information

#28674A (or 0x28674A) is known color: Green Pea. HEX triplet: 28, 67 and 4A. RGB value is (40,103,74). Sum of RGB (Red+Green+Blue) = 40+103+74=217 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.43% from 217); Green value is 103 (40.62% from 255 or 47.47% from 217); Blue value is 74 (29.30% from 255 or 34.10% from 217); Max value from RGB is 103 - color contains mainly: green. Hex color #28674A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28674A is #D798B5. Grayscale: #505050. Windows color (decimal): -14129334 or 4876072. OLE color: 4876072.

HSL color Cylindrical-coordinate representation of color #28674A: hue angle of 152.38º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #28674A is Cyan = 0.61, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.60.

Color convert

RGB 40 103 74 -
CMYK 0.61 0 0.28 0.60
HSL 152.38º 0.44% 0.28% -
HSV(B) 152.38º 0.61% 0.4% -
XYZ 6.96 10.65 8.17 -
YUV 80.86 124.13 98.86 -
System Red Green Blue C M Y K H S L
Decimal 40 103 74 0.61 0 0.28 0.60 152.38 0.44 0.28
Hex 28 67 4A 3D 0 1C 3C 98 2C 1C
Octal 50 147 112 75 0 34 74 230 54 34
Binary 101000 1100111 1001010 111101 0 11100 111100 10011000 101100 11100

Color Harmonies of #28674A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28674A

Black with #28674A

Text Example


Text Example

White with #28674A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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