Html Css Color HEX #30664A Green Pea

📋 copy color: '#30664A'

red 48 ◦ green 102 ◦ blue 74

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

Shades of Green Pea #30664A

Tints of Green Pea #30664A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 45.54%

 BLUE value IS 74 (29.3% from 255) = 33.04%

R = 21.43%
G = 45.54%
B = 33.04%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.27

 K value IS 0.6

RGB Variations

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

Color information

#30664A (or 0x30664A) is known color: Green Pea. HEX triplet: 30, 66 and 4A. RGB value is (48,102,74). Sum of RGB (Red+Green+Blue) = 48+102+74=224 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.43% from 224); Green value is 102 (40.23% from 255 or 45.54% from 224); Blue value is 74 (29.30% from 255 or 33.04% from 224); Max value from RGB is 102 - color contains mainly: green. Hex color #30664A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30664A is #CF99B5. Grayscale: #525252. Windows color (decimal): -13605302 or 4875824. OLE color: 4875824.

HSL color Cylindrical-coordinate representation of color #30664A: hue angle of 148.89º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #30664A is Cyan = 0.53, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.6.

Color convert

RGB 48 102 74 -
CMYK 0.53 0 0.27 0.6
HSL 148.89º 0.36% 0.29% -
HSV(B) 148.89º 0.53% 0.4% -
XYZ 7.21 10.63 8.15 -
YUV 82.66 123.11 103.28 -
System Red Green Blue C M Y K H S L
Decimal 48 102 74 0.53 0 0.27 0.6 148.89 0.36 0.29
Hex 30 66 4A 35 0 1B 3C 95 24 1D
Octal 60 146 112 65 0 33 74 225 44 35
Binary 110000 1100110 1001010 110101 0 11011 111100 10010101 100100 11101

Color Harmonies of #30664A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30664A

Black with #30664A

Text Example


Text Example

White with #30664A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30664A; }

 p { color: rgb(48,102,74); }

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

background-color css

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

 a { background-color: rgb(48,102,74); }

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

border-color css

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

 span { border-color: rgb(48,102,74); }

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