Html Css Color HEX #305C43 Green Pea

📋 copy color: '#305C43'

red 48 ◦ green 92 ◦ blue 67

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

Shades of Green Pea #305C43

Tints of Green Pea #305C43

RGB

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

 GREEN value IS 92 (36.33% from 255) = 44.44%

 BLUE value IS 67 (26.56% from 255) = 32.37%

R = 23.19%
G = 44.44%
B = 32.37%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.27

 K value IS 0.64

RGB Variations

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

Color information

#305C43 (or 0x305C43) is known color: Green Pea. HEX triplet: 30, 5C and 43. RGB value is (48,92,67). Sum of RGB (Red+Green+Blue) = 48+92+67=207 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.19% from 207); Green value is 92 (36.33% from 255 or 44.44% from 207); Blue value is 67 (26.56% from 255 or 32.37% from 207); Max value from RGB is 92 - color contains mainly: green. Hex color #305C43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305C43 is #CFA3BC. Grayscale: #4C4C4C. Windows color (decimal): -13607869 or 4414512. OLE color: 4414512.

HSL color Cylindrical-coordinate representation of color #305C43: hue angle of 145.91º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #305C43 is Cyan = 0.48, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.64.

Color convert

RGB 48 92 67 -
CMYK 0.48 0 0.27 0.64
HSL 145.91º 0.31% 0.27% -
HSV(B) 145.91º 0.48% 0.36% -
XYZ 6.06 8.69 6.67 -
YUV 75.99 122.92 108.03 -
System Red Green Blue C M Y K H S L
Decimal 48 92 67 0.48 0 0.27 0.64 145.91 0.31 0.27
Hex 30 5C 43 30 0 1B 40 92 1F 1B
Octal 60 134 103 60 0 33 100 222 37 33
Binary 110000 1011100 1000011 110000 0 11011 1000000 10010010 11111 11011

Color Harmonies of #305C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305C43

Black with #305C43

Text Example


Text Example

White with #305C43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,92,67); }

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

background-color css

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

 a { background-color: rgb(48,92,67); }

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

border-color css

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

 span { border-color: rgb(48,92,67); }

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