Html Css Color HEX #306248 Green Pea

📋 copy color: '#306248'

red 48 ◦ green 98 ◦ blue 72

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

Shades of Green Pea #306248

Tints of Green Pea #306248

RGB

 RED value IS 48 (19.14% from 255) = 22.02%

 GREEN value IS 98 (38.67% from 255) = 44.95%

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

R = 22.02%
G = 44.95%
B = 33.03%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.27

 K value IS 0.62

RGB Variations

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

Color information

#306248 (or 0x306248) is known color: Green Pea. HEX triplet: 30, 62 and 48. RGB value is (48,98,72). Sum of RGB (Red+Green+Blue) = 48+98+72=218 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.02% from 218); Green value is 98 (38.67% from 255 or 44.95% from 218); Blue value is 72 (28.52% from 255 or 33.03% from 218); Max value from RGB is 98 - color contains mainly: green. Hex color #306248 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306248 is #CF9DB7. Grayscale: #505050. Windows color (decimal): -13606328 or 4743728. OLE color: 4743728.

HSL color Cylindrical-coordinate representation of color #306248: hue angle of 148.8º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #306248 is Cyan = 0.51, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.62.

Color convert

RGB 48 98 72 -
CMYK 0.51 0 0.27 0.62
HSL 148.8º 0.34% 0.29% -
HSV(B) 148.8º 0.51% 0.38% -
XYZ 6.76 9.83 7.67 -
YUV 80.09 123.44 105.11 -
System Red Green Blue C M Y K H S L
Decimal 48 98 72 0.51 0 0.27 0.62 148.8 0.34 0.29
Hex 30 62 48 33 0 1B 3E 95 22 1D
Octal 60 142 110 63 0 33 76 225 42 35
Binary 110000 1100010 1001000 110011 0 11011 111110 10010101 100010 11101

Color Harmonies of #306248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306248

Black with #306248

Text Example


Text Example

White with #306248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306248; }

 p { color: rgb(48,98,72); }

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

background-color css

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

 a { background-color: rgb(48,98,72); }

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

border-color css

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

 span { border-color: rgb(48,98,72); }

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