Html Css Color HEX #30694D Green Pea

📋 copy color: '#30694D'

red 48 ◦ green 105 ◦ blue 77

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

Shades of Green Pea #30694D

Tints of Green Pea #30694D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 45.65%

 BLUE value IS 77 (30.47% from 255) = 33.48%

R = 20.87%
G = 45.65%
B = 33.48%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.27

 K value IS 0.59

RGB Variations

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

Color information

#30694D (or 0x30694D) is known color: Green Pea. HEX triplet: 30, 69 and 4D. RGB value is (48,105,77). Sum of RGB (Red+Green+Blue) = 48+105+77=230 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.87% from 230); Green value is 105 (41.41% from 255 or 45.65% from 230); Blue value is 77 (30.47% from 255 or 33.48% from 230); Max value from RGB is 105 - color contains mainly: green. Hex color #30694D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30694D is #CF96B2. Grayscale: #545454. Windows color (decimal): -13604531 or 5073200. OLE color: 5073200.

HSL color Cylindrical-coordinate representation of color #30694D: hue angle of 150.53º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #30694D is Cyan = 0.54, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.59.

Color convert

RGB 48 105 77 -
CMYK 0.54 0 0.27 0.59
HSL 150.53º 0.37% 0.3% -
HSV(B) 150.53º 0.54% 0.41% -
XYZ 7.61 11.27 8.79 -
YUV 84.77 123.62 101.78 -
System Red Green Blue C M Y K H S L
Decimal 48 105 77 0.54 0 0.27 0.59 150.53 0.37 0.3
Hex 30 69 4D 36 0 1B 3B 97 25 1E
Octal 60 151 115 66 0 33 73 227 45 36
Binary 110000 1101001 1001101 110110 0 11011 111011 10010111 100101 11110

Color Harmonies of #30694D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30694D

Black with #30694D

Text Example


Text Example

White with #30694D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30694D; }

 p { color: rgb(48,105,77); }

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

background-color css

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

 a { background-color: rgb(48,105,77); }

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

border-color css

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

 span { border-color: rgb(48,105,77); }

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