Html Css Color HEX #306C45 Green Pea

📋 copy color: '#306C45'

red 48 ◦ green 108 ◦ blue 69

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

Shades of Green Pea #306C45

Tints of Green Pea #306C45

RGB

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

 GREEN value IS 108 (42.58% from 255) = 48%

 BLUE value IS 69 (27.34% from 255) = 30.67%

R = 21.33%
G = 48%
B = 30.67%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.36

 K value IS 0.58

RGB Variations

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

Color information

#306C45 (or 0x306C45) is known color: Green Pea. HEX triplet: 30, 6C and 45. RGB value is (48,108,69). Sum of RGB (Red+Green+Blue) = 48+108+69=225 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.33% from 225); Green value is 108 (42.58% from 255 or 48% from 225); Blue value is 69 (27.34% from 255 or 30.67% from 225); Max value from RGB is 108 - color contains mainly: green. Hex color #306C45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306C45 is #CF93BA. Grayscale: #555555. Windows color (decimal): -13603771 or 4549680. OLE color: 4549680.

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

Color convert

RGB 48 108 69 -
CMYK 0.56 0 0.36 0.58
HSL 141º 0.38% 0.31% -
HSV(B) 141º 0.56% 0.42% -
XYZ 7.66 11.78 7.5 -
YUV 85.61 118.62 101.17 -
System Red Green Blue C M Y K H S L
Decimal 48 108 69 0.56 0 0.36 0.58 141 0.38 0.31
Hex 30 6C 45 38 0 24 3A 8D 26 1F
Octal 60 154 105 70 0 44 72 215 46 37
Binary 110000 1101100 1000101 111000 0 100100 111010 10001101 100110 11111

Color Harmonies of #306C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306C45

Black with #306C45

Text Example


Text Example

White with #306C45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,108,69); }

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

background-color css

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

 a { background-color: rgb(48,108,69); }

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

border-color css

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

 span { border-color: rgb(48,108,69); }

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