Html Css Color HEX #306B49 Green Pea

📋 copy color: '#306B49'

red 48 ◦ green 107 ◦ blue 73

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

Shades of Green Pea #306B49

Tints of Green Pea #306B49

RGB

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

 GREEN value IS 107 (42.19% from 255) = 46.93%

 BLUE value IS 73 (28.91% from 255) = 32.02%

R = 21.05%
G = 46.93%
B = 32.02%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.32

 K value IS 0.58

RGB Variations

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

Color information

#306B49 (or 0x306B49) is known color: Green Pea. HEX triplet: 30, 6B and 49. RGB value is (48,107,73). Sum of RGB (Red+Green+Blue) = 48+107+73=228 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.05% from 228); Green value is 107 (42.19% from 255 or 46.93% from 228); Blue value is 73 (28.91% from 255 or 32.02% from 228); Max value from RGB is 107 - color contains mainly: green. Hex color #306B49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306B49 is #CF94B6. Grayscale: #555555. Windows color (decimal): -13604023 or 4811568. OLE color: 4811568.

HSL color Cylindrical-coordinate representation of color #306B49: hue angle of 145.42º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #306B49 is Cyan = 0.55, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.58.

Color convert

RGB 48 107 73 -
CMYK 0.55 0 0.32 0.58
HSL 145.42º 0.38% 0.3% -
HSV(B) 145.42º 0.55% 0.42% -
XYZ 7.68 11.62 8.14 -
YUV 85.48 120.95 101.26 -
System Red Green Blue C M Y K H S L
Decimal 48 107 73 0.55 0 0.32 0.58 145.42 0.38 0.3
Hex 30 6B 49 37 0 20 3A 91 26 1E
Octal 60 153 111 67 0 40 72 221 46 36
Binary 110000 1101011 1001001 110111 0 100000 111010 10010001 100110 11110

Color Harmonies of #306B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306B49

Black with #306B49

Text Example


Text Example

White with #306B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306B49; }

 p { color: rgb(48,107,73); }

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

background-color css

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

 a { background-color: rgb(48,107,73); }

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

border-color css

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

 span { border-color: rgb(48,107,73); }

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