Html Css Color HEX #306142 Green Pea

📋 copy color: '#306142'

red 48 ◦ green 97 ◦ blue 66

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

Shades of Green Pea #306142

Tints of Green Pea #306142

RGB

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

 GREEN value IS 97 (38.28% from 255) = 45.97%

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

R = 22.75%
G = 45.97%
B = 31.28%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#306142 (or 0x306142) is known color: Green Pea. HEX triplet: 30, 61 and 42. RGB value is (48,97,66). Sum of RGB (Red+Green+Blue) = 48+97+66=211 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.75% from 211); Green value is 97 (38.28% from 255 or 45.97% from 211); Blue value is 66 (26.17% from 255 or 31.28% from 211); Max value from RGB is 97 - color contains mainly: green. Hex color #306142 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306142 is #CF9EBD. Grayscale: #4E4E4E. Windows color (decimal): -13606590 or 4350256. OLE color: 4350256.

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

Color convert

RGB 48 97 66 -
CMYK 0.51 0 0.32 0.62
HSL 142.04º 0.34% 0.28% -
HSV(B) 142.04º 0.51% 0.38% -
XYZ 6.48 9.57 6.66 -
YUV 78.82 120.77 106.02 -
System Red Green Blue C M Y K H S L
Decimal 48 97 66 0.51 0 0.32 0.62 142.04 0.34 0.28
Hex 30 61 42 33 0 20 3E 8E 22 1C
Octal 60 141 102 63 0 40 76 216 42 34
Binary 110000 1100001 1000010 110011 0 100000 111110 10001110 100010 11100

Color Harmonies of #306142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306142

Black with #306142

Text Example


Text Example

White with #306142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306142; }

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

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

background-color css

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

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

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

border-color css

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

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

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