Html Css Color HEX #306141 Green Pea

📋 copy color: '#306141'

red 48 ◦ green 97 ◦ blue 65

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

Shades of Green Pea #306141

Tints of Green Pea #306141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 30.95%

R = 22.86%
G = 46.19%
B = 30.95%

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

#306141 (or 0x306141) is known color: Green Pea. HEX triplet: 30, 61 and 41. RGB value is (48,97,65). Sum of RGB (Red+Green+Blue) = 48+97+65=210 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.86% from 210); Green value is 97 (38.28% from 255 or 46.19% from 210); Blue value is 65 (25.78% from 255 or 30.95% from 210); Max value from RGB is 97 - color contains mainly: green. Hex color #306141 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306141 is #CF9EBE. Grayscale: #4E4E4E. Windows color (decimal): -13606591 or 4284720. OLE color: 4284720.

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

Color convert

RGB 48 97 65 -
CMYK 0.51 0 0.33 0.62
HSL 140.82º 0.34% 0.28% -
HSV(B) 140.82º 0.51% 0.38% -
XYZ 6.45 9.56 6.51 -
YUV 78.7 120.27 106.1 -
System Red Green Blue C M Y K H S L
Decimal 48 97 65 0.51 0 0.33 0.62 140.82 0.34 0.28
Hex 30 61 41 33 0 21 3E 8D 22 1C
Octal 60 141 101 63 0 41 76 215 42 34
Binary 110000 1100001 1000001 110011 0 100001 111110 10001101 100010 11100

Color Harmonies of #306141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306141

Black with #306141

Text Example


Text Example

White with #306141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306141; }

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

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

background-color css

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

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

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

border-color css

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

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

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