Html Css Color HEX #306138 Parsley

📋 copy color: '#306138'

red 48 ◦ green 97 ◦ blue 56

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

Shades of Parsley #306138

Tints of Parsley #306138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 27.86%

R = 23.88%
G = 48.26%
B = 27.86%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.42

 K value IS 0.62

RGB Variations

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

Color information

#306138 (or 0x306138) is known color: Parsley. HEX triplet: 30, 61 and 38. RGB value is (48,97,56). Sum of RGB (Red+Green+Blue) = 48+97+56=201 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.88% from 201); Green value is 97 (38.28% from 255 or 48.26% from 201); Blue value is 56 (22.27% from 255 or 27.86% from 201); Max value from RGB is 97 - color contains mainly: green. Hex color #306138 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306138 is #CF9EC7. Grayscale: #4D4D4D. Windows color (decimal): -13606600 or 3694896. OLE color: 3694896.

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

Color convert

RGB 48 97 56 -
CMYK 0.51 0 0.42 0.62
HSL 129.8º 0.34% 0.28% -
HSV(B) 129.8º 0.51% 0.38% -
XYZ 6.21 9.46 5.24 -
YUV 77.68 115.77 106.83 -
System Red Green Blue C M Y K H S L
Decimal 48 97 56 0.51 0 0.42 0.62 129.8 0.34 0.28
Hex 30 61 38 33 0 2A 3E 82 22 1C
Octal 60 141 70 63 0 52 76 202 42 34
Binary 110000 1100001 111000 110011 0 101010 111110 10000010 100010 11100

Color Harmonies of #306138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306138

Black with #306138

Text Example


Text Example

White with #306138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306138; }

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

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

background-color css

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

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

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

border-color css

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

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

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