Html Css Color HEX #30842C Japanese Laurel

📋 copy color: '#30842C'

red 48 ◦ green 132 ◦ blue 44

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

Shades of Japanese Laurel #30842C

Tints of Japanese Laurel #30842C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 19.64%

R = 21.43%
G = 58.93%
B = 19.64%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.67

 K value IS 0.48

RGB Variations

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

Color information

#30842C (or 0x30842C) is known color: Japanese Laurel. HEX triplet: 30, 84 and 2C. RGB value is (48,132,44). Sum of RGB (Red+Green+Blue) = 48+132+44=224 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.43% from 224); Green value is 132 (51.95% from 255 or 58.93% from 224); Blue value is 44 (17.58% from 255 or 19.64% from 224); Max value from RGB is 132 - color contains mainly: green. Hex color #30842C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30842C is #CF7BD3. Grayscale: #616161. Windows color (decimal): -13597652 or 2917424. OLE color: 2917424.

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

Color convert

RGB 48 132 44 -
CMYK 0.64 0 0.67 0.48
HSL 117.27º 0.5% 0.35% -
HSV(B) 117.27º 0.67% 0.52% -
XYZ 9.92 17.31 5.2 -
YUV 96.85 98.17 93.16 -
System Red Green Blue C M Y K H S L
Decimal 48 132 44 0.64 0 0.67 0.48 117.27 0.5 0.35
Hex 30 84 2C 40 0 43 30 75 32 23
Octal 60 204 54 100 0 103 60 165 62 43
Binary 110000 10000100 101100 1000000 0 1000011 110000 1110101 110010 100011

Color Harmonies of #30842C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30842C

Black with #30842C

Text Example


Text Example

White with #30842C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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