Html Css Color HEX #306242 Green Pea

📋 copy color: '#306242'

red 48 ◦ green 98 ◦ blue 66

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

Shades of Green Pea #306242

Tints of Green Pea #306242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 31.13%

R = 22.64%
G = 46.23%
B = 31.13%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#306242 (or 0x306242) is known color: Green Pea. HEX triplet: 30, 62 and 42. RGB value is (48,98,66). Sum of RGB (Red+Green+Blue) = 48+98+66=212 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.64% from 212); Green value is 98 (38.67% from 255 or 46.23% from 212); Blue value is 66 (26.17% from 255 or 31.13% from 212); Max value from RGB is 98 - color contains mainly: green. Hex color #306242 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306242 is #CF9DBD. Grayscale: #4F4F4F. Windows color (decimal): -13606334 or 4350512. OLE color: 4350512.

HSL color Cylindrical-coordinate representation of color #306242: hue angle of 141.6º 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 #306242 is Cyan = 0.51, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB 48 98 66 -
CMYK 0.51 0 0.33 0.62
HSL 141.6º 0.34% 0.29% -
HSV(B) 141.6º 0.51% 0.38% -
XYZ 6.57 9.76 6.69 -
YUV 79.4 120.44 105.6 -
System Red Green Blue C M Y K H S L
Decimal 48 98 66 0.51 0 0.33 0.62 141.6 0.34 0.29
Hex 30 62 42 33 0 21 3E 8E 22 1D
Octal 60 142 102 63 0 41 76 216 42 35
Binary 110000 1100010 1000010 110011 0 100001 111110 10001110 100010 11101

Color Harmonies of #306242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306242

Black with #306242

Text Example


Text Example

White with #306242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306242; }

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

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

background-color css

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

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

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

border-color css

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

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

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