Html Css Color HEX #30634A Green Pea

📋 copy color: '#30634A'

red 48 ◦ green 99 ◦ blue 74

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

Shades of Green Pea #30634A

Tints of Green Pea #30634A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 44.8%

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

R = 21.72%
G = 44.8%
B = 33.48%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.25

 K value IS 0.61

RGB Variations

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

Color information

#30634A (or 0x30634A) is known color: Green Pea. HEX triplet: 30, 63 and 4A. RGB value is (48,99,74). Sum of RGB (Red+Green+Blue) = 48+99+74=221 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.72% from 221); Green value is 99 (39.06% from 255 or 44.80% from 221); Blue value is 74 (29.30% from 255 or 33.48% from 221); Max value from RGB is 99 - color contains mainly: green. Hex color #30634A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30634A is #CF9CB5. Grayscale: #505050. Windows color (decimal): -13606070 or 4875056. OLE color: 4875056.

HSL color Cylindrical-coordinate representation of color #30634A: hue angle of 150.59º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #30634A is Cyan = 0.52, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.61.

Color convert

RGB 48 99 74 -
CMYK 0.52 0 0.25 0.61
HSL 150.59º 0.35% 0.29% -
HSV(B) 150.59º 0.52% 0.39% -
XYZ 6.92 10.05 8.05 -
YUV 80.9 124.1 104.53 -
System Red Green Blue C M Y K H S L
Decimal 48 99 74 0.52 0 0.25 0.61 150.59 0.35 0.29
Hex 30 63 4A 34 0 19 3D 97 23 1D
Octal 60 143 112 64 0 31 75 227 43 35
Binary 110000 1100011 1001010 110100 0 11001 111101 10010111 100011 11101

Color Harmonies of #30634A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30634A

Black with #30634A

Text Example


Text Example

White with #30634A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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