Html Css Color HEX #30674B Green Pea

📋 copy color: '#30674B'

red 48 ◦ green 103 ◦ blue 75

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

Shades of Green Pea #30674B

Tints of Green Pea #30674B

RGB

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

 GREEN value IS 103 (40.63% from 255) = 45.58%

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

R = 21.24%
G = 45.58%
B = 33.19%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.27

 K value IS 0.60

RGB Variations

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

Color information

#30674B (or 0x30674B) is known color: Green Pea. HEX triplet: 30, 67 and 4B. RGB value is (48,103,75). Sum of RGB (Red+Green+Blue) = 48+103+75=226 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.24% from 226); Green value is 103 (40.62% from 255 or 45.58% from 226); Blue value is 75 (29.69% from 255 or 33.19% from 226); Max value from RGB is 103 - color contains mainly: green. Hex color #30674B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30674B is #CF98B4. Grayscale: #535353. Windows color (decimal): -13605045 or 4941616. OLE color: 4941616.

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

Color convert

RGB 48 103 75 -
CMYK 0.53 0 0.27 0.60
HSL 149.45º 0.36% 0.3% -
HSV(B) 149.45º 0.53% 0.4% -
XYZ 7.34 10.84 8.36 -
YUV 83.36 123.28 102.78 -
System Red Green Blue C M Y K H S L
Decimal 48 103 75 0.53 0 0.27 0.60 149.45 0.36 0.3
Hex 30 67 4B 35 0 1B 3C 95 24 1E
Octal 60 147 113 65 0 33 74 225 44 36
Binary 110000 1100111 1001011 110101 0 11011 111100 10010101 100100 11110

Color Harmonies of #30674B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30674B

Black with #30674B

Text Example


Text Example

White with #30674B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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