Html Css Color HEX #226848 Green Pea

📋 copy color: '#226848'

red 34 ◦ green 104 ◦ blue 72

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

Shades of Green Pea #226848

Tints of Green Pea #226848

RGB

 RED value IS 34 (13.67% from 255) = 16.19%

 GREEN value IS 104 (41.02% from 255) = 49.52%

 BLUE value IS 72 (28.52% from 255) = 34.29%

R = 16.19%
G = 49.52%
B = 34.29%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.31

 K value IS 0.59

RGB Variations

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

Color information

#226848 (or 0x226848) is known color: Green Pea. HEX triplet: 22, 68 and 48. RGB value is (34,104,72). Sum of RGB (Red+Green+Blue) = 34+104+72=210 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.19% from 210); Green value is 104 (41.02% from 255 or 49.52% from 210); Blue value is 72 (28.52% from 255 or 34.29% from 210); Max value from RGB is 104 - color contains mainly: green. Hex color #226848 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #226848 is #DD97B7. Grayscale: #4F4F4F. Windows color (decimal): -14522296 or 4745250. OLE color: 4745250.

HSL color Cylindrical-coordinate representation of color #226848: hue angle of 152.57º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #226848 is Cyan = 0.67, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.59.

Color convert

RGB 34 104 72 -
CMYK 0.67 0 0.31 0.59
HSL 152.57º 0.51% 0.27% -
HSV(B) 152.57º 0.67% 0.41% -
XYZ 6.78 10.71 7.84 -
YUV 79.42 123.81 95.6 -
System Red Green Blue C M Y K H S L
Decimal 34 104 72 0.67 0 0.31 0.59 152.57 0.51 0.27
Hex 22 68 48 43 0 1F 3B 99 33 1B
Octal 42 150 110 103 0 37 73 231 63 33
Binary 100010 1101000 1001000 1000011 0 11111 111011 10011001 110011 11011

Color Harmonies of #226848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #226848

Black with #226848

Text Example


Text Example

White with #226848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #226848; }

 p { color: rgb(34,104,72); }

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

background-color css

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

 a { background-color: rgb(34,104,72); }

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

border-color css

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

 span { border-color: rgb(34,104,72); }

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