Html Css Color HEX #30644A Green Pea

📋 copy color: '#30644A'

red 48 ◦ green 100 ◦ blue 74

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

Shades of Green Pea #30644A

Tints of Green Pea #30644A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 45.05%

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

R = 21.62%
G = 45.05%
B = 33.33%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.26

 K value IS 0.61

RGB Variations

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

Color information

#30644A (or 0x30644A) is known color: Green Pea. HEX triplet: 30, 64 and 4A. RGB value is (48,100,74). Sum of RGB (Red+Green+Blue) = 48+100+74=222 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.62% from 222); Green value is 100 (39.45% from 255 or 45.05% from 222); Blue value is 74 (29.30% from 255 or 33.33% from 222); Max value from RGB is 100 - color contains mainly: green. Hex color #30644A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30644A is #CF9BB5. Grayscale: #515151. Windows color (decimal): -13605814 or 4875312. OLE color: 4875312.

HSL color Cylindrical-coordinate representation of color #30644A: hue angle of 150º 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 #30644A is Cyan = 0.52, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.61.

Color convert

RGB 48 100 74 -
CMYK 0.52 0 0.26 0.61
HSL 150º 0.35% 0.29% -
HSV(B) 150º 0.52% 0.39% -
XYZ 7.01 10.24 8.08 -
YUV 81.49 123.77 104.11 -
System Red Green Blue C M Y K H S L
Decimal 48 100 74 0.52 0 0.26 0.61 150 0.35 0.29
Hex 30 64 4A 34 0 1A 3D 96 23 1D
Octal 60 144 112 64 0 32 75 226 43 35
Binary 110000 1100100 1001010 110100 0 11010 111101 10010110 100011 11101

Color Harmonies of #30644A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30644A

Black with #30644A

Text Example


Text Example

White with #30644A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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