Html Css Color HEX #28694B Green Pea

📋 copy color: '#28694B'

red 40 ◦ green 105 ◦ blue 75

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

Shades of Green Pea #28694B

Tints of Green Pea #28694B

RGB

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

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

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

R = 18.18%
G = 47.73%
B = 34.09%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.29

 K value IS 0.59

RGB Variations

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

Color information

#28694B (or 0x28694B) is known color: Green Pea. HEX triplet: 28, 69 and 4B. RGB value is (40,105,75). Sum of RGB (Red+Green+Blue) = 40+105+75=220 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.18% from 220); Green value is 105 (41.41% from 255 or 47.73% from 220); Blue value is 75 (29.69% from 255 or 34.09% from 220); Max value from RGB is 105 - color contains mainly: green. Hex color #28694B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28694B is #D796B4. Grayscale: #525252. Windows color (decimal): -14128821 or 4942120. OLE color: 4942120.

HSL color Cylindrical-coordinate representation of color #28694B: hue angle of 152.31º 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 #28694B is Cyan = 0.62, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.59.

Color convert

RGB 40 105 75 -
CMYK 0.62 0 0.29 0.59
HSL 152.31º 0.45% 0.28% -
HSV(B) 152.31º 0.62% 0.41% -
XYZ 7.2 11.06 8.41 -
YUV 82.15 123.97 97.94 -
System Red Green Blue C M Y K H S L
Decimal 40 105 75 0.62 0 0.29 0.59 152.31 0.45 0.28
Hex 28 69 4B 3E 0 1D 3B 98 2D 1C
Octal 50 151 113 76 0 35 73 230 55 34
Binary 101000 1101001 1001011 111110 0 11101 111011 10011000 101101 11100

Color Harmonies of #28694B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28694B

Black with #28694B

Text Example


Text Example

White with #28694B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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