Html Css Color HEX #30654B Green Pea

📋 copy color: '#30654B'

red 48 ◦ green 101 ◦ blue 75

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

Shades of Green Pea #30654B

Tints of Green Pea #30654B

RGB

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

 GREEN value IS 101 (39.84% from 255) = 45.09%

 BLUE value IS 75 (29.69% from 255) = 33.48%

R = 21.43%
G = 45.09%
B = 33.48%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.26

 K value IS 0.60

RGB Variations

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

Color information

#30654B (or 0x30654B) is known color: Green Pea. HEX triplet: 30, 65 and 4B. RGB value is (48,101,75). Sum of RGB (Red+Green+Blue) = 48+101+75=224 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.43% from 224); Green value is 101 (39.84% from 255 or 45.09% from 224); Blue value is 75 (29.69% from 255 or 33.48% from 224); Max value from RGB is 101 - color contains mainly: green. Hex color #30654B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30654B is #CF9AB4. Grayscale: #525252. Windows color (decimal): -13605557 or 4941104. OLE color: 4941104.

HSL color Cylindrical-coordinate representation of color #30654B: hue angle of 150.57º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #30654B is Cyan = 0.52, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.60.

Color convert

RGB 48 101 75 -
CMYK 0.52 0 0.26 0.60
HSL 150.57º 0.36% 0.29% -
HSV(B) 150.57º 0.52% 0.4% -
XYZ 7.14 10.44 8.3 -
YUV 82.19 123.94 103.61 -
System Red Green Blue C M Y K H S L
Decimal 48 101 75 0.52 0 0.26 0.60 150.57 0.36 0.29
Hex 30 65 4B 34 0 1A 3C 97 24 1D
Octal 60 145 113 64 0 32 74 227 44 35
Binary 110000 1100101 1001011 110100 0 11010 111100 10010111 100100 11101

Color Harmonies of #30654B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30654B

Black with #30654B

Text Example


Text Example

White with #30654B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30654B; }

 p { color: rgb(48,101,75); }

 H1.HeaderClassName
 {
   color: #30654B;
 }
 .AnyTagClassName
 {
   color: #30654B;
 }
</style>

background-color css

<style>
 a { background-color: #30654B; }

 a { background-color: rgb(48,101,75); }

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

border-color css

<style>
 span { border-color: #30654B; }

 span { border-color: rgb(48,101,75); }

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