Html Css Color HEX #306048 Green Pea

📋 copy color: '#306048'

red 48 ◦ green 96 ◦ blue 72

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

Shades of Green Pea #306048

Tints of Green Pea #306048

RGB

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

 GREEN value IS 96 (37.89% from 255) = 44.44%

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

R = 22.22%
G = 44.44%
B = 33.33%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.25

 K value IS 0.62

RGB Variations

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

Color information

#306048 (or 0x306048) is known color: Green Pea. HEX triplet: 30, 60 and 48. RGB value is (48,96,72). Sum of RGB (Red+Green+Blue) = 48+96+72=216 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.22% from 216); Green value is 96 (37.89% from 255 or 44.44% from 216); Blue value is 72 (28.52% from 255 or 33.33% from 216); Max value from RGB is 96 - color contains mainly: green. Hex color #306048 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306048 is #CF9FB7. Grayscale: #4E4E4E. Windows color (decimal): -13606840 or 4743216. OLE color: 4743216.

HSL color Cylindrical-coordinate representation of color #306048: hue angle of 150º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #306048 is Cyan = 0.50, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.62.

Color convert

RGB 48 96 72 -
CMYK 0.50 0 0.25 0.62
HSL 150º 0.33% 0.28% -
HSV(B) 150º 0.5% 0.38% -
XYZ 6.57 9.46 7.61 -
YUV 78.91 124.1 105.95 -
System Red Green Blue C M Y K H S L
Decimal 48 96 72 0.50 0 0.25 0.62 150 0.33 0.28
Hex 30 60 48 32 0 19 3E 96 21 1C
Octal 60 140 110 62 0 31 76 226 41 34
Binary 110000 1100000 1001000 110010 0 11001 111110 10010110 100001 11100

Color Harmonies of #306048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306048

Black with #306048

Text Example


Text Example

White with #306048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306048; }

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

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

background-color css

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

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

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

border-color css

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

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

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