Html Css Color HEX #306B42 Green Pea

📋 copy color: '#306B42'

red 48 ◦ green 107 ◦ blue 66

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

Shades of Green Pea #306B42

Tints of Green Pea #306B42

RGB

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

 GREEN value IS 107 (42.19% from 255) = 48.42%

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

R = 21.72%
G = 48.42%
B = 29.86%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.38

 K value IS 0.58

RGB Variations

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

Color information

#306B42 (or 0x306B42) is known color: Green Pea. HEX triplet: 30, 6B and 42. RGB value is (48,107,66). Sum of RGB (Red+Green+Blue) = 48+107+66=221 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.72% from 221); Green value is 107 (42.19% from 255 or 48.42% from 221); Blue value is 66 (26.17% from 255 or 29.86% from 221); Max value from RGB is 107 - color contains mainly: green. Hex color #306B42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306B42 is #CF94BD. Grayscale: #545454. Windows color (decimal): -13604030 or 4352816. OLE color: 4352816.

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

Color convert

RGB 48 107 66 -
CMYK 0.55 0 0.38 0.58
HSL 138.31º 0.38% 0.3% -
HSV(B) 138.31º 0.55% 0.42% -
XYZ 7.46 11.54 6.99 -
YUV 84.69 117.45 101.83 -
System Red Green Blue C M Y K H S L
Decimal 48 107 66 0.55 0 0.38 0.58 138.31 0.38 0.3
Hex 30 6B 42 37 0 26 3A 8A 26 1E
Octal 60 153 102 67 0 46 72 212 46 36
Binary 110000 1101011 1000010 110111 0 100110 111010 10001010 100110 11110

Color Harmonies of #306B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306B42

Black with #306B42

Text Example


Text Example

White with #306B42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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