Html Css Color HEX #30842E Japanese Laurel

📋 copy color: '#30842E'

red 48 ◦ green 132 ◦ blue 46

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

Shades of Japanese Laurel #30842E

Tints of Japanese Laurel #30842E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 58.41%

 BLUE value IS 46 (18.36% from 255) = 20.35%

R = 21.24%
G = 58.41%
B = 20.35%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#30842E (or 0x30842E) is known color: Japanese Laurel. HEX triplet: 30, 84 and 2E. RGB value is (48,132,46). Sum of RGB (Red+Green+Blue) = 48+132+46=226 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.24% from 226); Green value is 132 (51.95% from 255 or 58.41% from 226); Blue value is 46 (18.36% from 255 or 20.35% from 226); Max value from RGB is 132 - color contains mainly: green. Hex color #30842E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30842E is #CF7BD1. Grayscale: #616161. Windows color (decimal): -13597650 or 3048496. OLE color: 3048496.

HSL color Cylindrical-coordinate representation of color #30842E: hue angle of 118.6º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #30842E is Cyan = 0.64, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB 48 132 46 -
CMYK 0.64 0 0.65 0.48
HSL 118.6º 0.48% 0.35% -
HSV(B) 118.6º 0.65% 0.52% -
XYZ 9.96 17.33 5.4 -
YUV 97.08 99.17 92.99 -
System Red Green Blue C M Y K H S L
Decimal 48 132 46 0.64 0 0.65 0.48 118.6 0.48 0.35
Hex 30 84 2E 40 0 41 30 77 30 23
Octal 60 204 56 100 0 101 60 167 60 43
Binary 110000 10000100 101110 1000000 0 1000001 110000 1110111 110000 100011

Color Harmonies of #30842E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30842E

Black with #30842E

Text Example


Text Example

White with #30842E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30842E; }

 p { color: rgb(48,132,46); }

 H1.HeaderClassName
 {
   color: #30842E;
 }
 .AnyTagClassName
 {
   color: #30842E;
 }
</style>

background-color css

<style>
 a { background-color: #30842E; }

 a { background-color: rgb(48,132,46); }

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

border-color css

<style>
 span { border-color: #30842E; }

 span { border-color: rgb(48,132,46); }

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