Html Css Color HEX #306448 Green Pea

📋 copy color: '#306448'

red 48 ◦ green 100 ◦ blue 72

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

Shades of Green Pea #306448

Tints of Green Pea #306448

RGB

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

 GREEN value IS 100 (39.45% from 255) = 45.45%

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

R = 21.82%
G = 45.45%
B = 32.73%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.28

 K value IS 0.61

RGB Variations

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

Color information

#306448 (or 0x306448) is known color: Green Pea. HEX triplet: 30, 64 and 48. RGB value is (48,100,72). Sum of RGB (Red+Green+Blue) = 48+100+72=220 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.82% from 220); Green value is 100 (39.45% from 255 or 45.45% from 220); Blue value is 72 (28.52% from 255 or 32.73% from 220); Max value from RGB is 100 - color contains mainly: green. Hex color #306448 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306448 is #CF9BB7. Grayscale: #515151. Windows color (decimal): -13605816 or 4744240. OLE color: 4744240.

HSL color Cylindrical-coordinate representation of color #306448: hue angle of 147.69º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #306448 is Cyan = 0.52, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.61.

Color convert

RGB 48 100 72 -
CMYK 0.52 0 0.28 0.61
HSL 147.69º 0.35% 0.29% -
HSV(B) 147.69º 0.52% 0.39% -
XYZ 6.95 10.21 7.74 -
YUV 81.26 122.77 104.28 -
System Red Green Blue C M Y K H S L
Decimal 48 100 72 0.52 0 0.28 0.61 147.69 0.35 0.29
Hex 30 64 48 34 0 1C 3D 94 23 1D
Octal 60 144 110 64 0 34 75 224 43 35
Binary 110000 1100100 1001000 110100 0 11100 111101 10010100 100011 11101

Color Harmonies of #306448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306448

Black with #306448

Text Example


Text Example

White with #306448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306448; }

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

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

background-color css

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

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

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

border-color css

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

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

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