Html Css Color HEX #305A46 Green Pea

📋 copy color: '#305A46'

red 48 ◦ green 90 ◦ blue 70

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

Shades of Green Pea #305A46

Tints of Green Pea #305A46

RGB

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

 GREEN value IS 90 (35.55% from 255) = 43.27%

 BLUE value IS 70 (27.73% from 255) = 33.65%

R = 23.08%
G = 43.27%
B = 33.65%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.22

 K value IS 0.65

RGB Variations

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

Color information

#305A46 (or 0x305A46) is known color: Green Pea. HEX triplet: 30, 5A and 46. RGB value is (48,90,70). Sum of RGB (Red+Green+Blue) = 48+90+70=208 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.08% from 208); Green value is 90 (35.55% from 255 or 43.27% from 208); Blue value is 70 (27.73% from 255 or 33.65% from 208); Max value from RGB is 90 - color contains mainly: green. Hex color #305A46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305A46 is #CFA5B9. Grayscale: #4B4B4B. Windows color (decimal): -13608378 or 4610608. OLE color: 4610608.

HSL color Cylindrical-coordinate representation of color #305A46: hue angle of 151.43º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #305A46 is Cyan = 0.47, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.65.

Color convert

RGB 48 90 70 -
CMYK 0.47 0 0.22 0.65
HSL 151.43º 0.3% 0.27% -
HSV(B) 151.43º 0.47% 0.35% -
XYZ 5.98 8.38 7.1 -
YUV 75.16 125.09 108.63 -
System Red Green Blue C M Y K H S L
Decimal 48 90 70 0.47 0 0.22 0.65 151.43 0.3 0.27
Hex 30 5A 46 2F 0 16 41 97 1E 1B
Octal 60 132 106 57 0 26 101 227 36 33
Binary 110000 1011010 1000110 101111 0 10110 1000001 10010111 11110 11011

Color Harmonies of #305A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305A46

Black with #305A46

Text Example


Text Example

White with #305A46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305A46; }

 p { color: rgb(48,90,70); }

 H1.HeaderClassName
 {
   color: #305A46;
 }
 .AnyTagClassName
 {
   color: #305A46;
 }
</style>

background-color css

<style>
 a { background-color: #305A46; }

 a { background-color: rgb(48,90,70); }

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

border-color css

<style>
 span { border-color: #305A46; }

 span { border-color: rgb(48,90,70); }

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