Html Css Color HEX #30602B Green House

📋 copy color: '#30602B'

red 48 ◦ green 96 ◦ blue 43

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

Shades of Green House #30602B

Tints of Green House #30602B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 51.34%

 BLUE value IS 43 (17.19% from 255) = 22.99%

R = 25.67%
G = 51.34%
B = 22.99%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.55

 K value IS 0.62

RGB Variations

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

Color information

#30602B (or 0x30602B) is known color: Green House. HEX triplet: 30, 60 and 2B. RGB value is (48,96,43). Sum of RGB (Red+Green+Blue) = 48+96+43=187 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.67% from 187); Green value is 96 (37.89% from 255 or 51.34% from 187); Blue value is 43 (17.19% from 255 or 22.99% from 187); Max value from RGB is 96 - color contains mainly: green. Hex color #30602B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30602B is #CF9FD4. Grayscale: #4B4B4B. Windows color (decimal): -13606869 or 2842672. OLE color: 2842672.

HSL color Cylindrical-coordinate representation of color #30602B: hue angle of 114.34º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #30602B is Cyan = 0.50, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.62.

Color convert

RGB 48 96 43 -
CMYK 0.50 0 0.55 0.62
HSL 114.34º 0.38% 0.27% -
HSV(B) 114.34º 0.55% 0.38% -
XYZ 5.84 9.17 3.75 -
YUV 75.61 109.6 108.31 -
System Red Green Blue C M Y K H S L
Decimal 48 96 43 0.50 0 0.55 0.62 114.34 0.38 0.27
Hex 30 60 2B 32 0 37 3E 72 26 1B
Octal 60 140 53 62 0 67 76 162 46 33
Binary 110000 1100000 101011 110010 0 110111 111110 1110010 100110 11011

Color Harmonies of #30602B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30602B

Black with #30602B

Text Example


Text Example

White with #30602B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,96,43); }

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

background-color css

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

 a { background-color: rgb(48,96,43); }

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

border-color css

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

 span { border-color: rgb(48,96,43); }

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