Html Css Color HEX #305A42 Green Pea

📋 copy color: '#305A42'

red 48 ◦ green 90 ◦ blue 66

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

Shades of Green Pea #305A42

Tints of Green Pea #305A42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 32.35%

R = 23.53%
G = 44.12%
B = 32.35%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.27

 K value IS 0.65

RGB Variations

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

Color information

#305A42 (or 0x305A42) is known color: Green Pea. HEX triplet: 30, 5A and 42. RGB value is (48,90,66). Sum of RGB (Red+Green+Blue) = 48+90+66=204 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.53% from 204); Green value is 90 (35.55% from 255 or 44.12% from 204); Blue value is 66 (26.17% from 255 or 32.35% from 204); Max value from RGB is 90 - color contains mainly: green. Hex color #305A42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305A42 is #CFA5BD. Grayscale: #4A4A4A. Windows color (decimal): -13608382 or 4348464. OLE color: 4348464.

HSL color Cylindrical-coordinate representation of color #305A42: hue angle of 145.71º 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 #305A42 is Cyan = 0.47, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB 48 90 66 -
CMYK 0.47 0 0.27 0.65
HSL 145.71º 0.3% 0.27% -
HSV(B) 145.71º 0.47% 0.35% -
XYZ 5.86 8.33 6.45 -
YUV 74.71 123.09 108.95 -
System Red Green Blue C M Y K H S L
Decimal 48 90 66 0.47 0 0.27 0.65 145.71 0.3 0.27
Hex 30 5A 42 2F 0 1B 41 92 1E 1B
Octal 60 132 102 57 0 33 101 222 36 33
Binary 110000 1011010 1000010 101111 0 11011 1000001 10010010 11110 11011

Color Harmonies of #305A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305A42

Black with #305A42

Text Example


Text Example

White with #305A42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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