Html Css Color HEX #30842D Japanese Laurel

📋 copy color: '#30842D'

red 48 ◦ green 132 ◦ blue 45

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

Shades of Japanese Laurel #30842D

Tints of Japanese Laurel #30842D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 20%

R = 21.33%
G = 58.67%
B = 20%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.66

 K value IS 0.48

RGB Variations

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

Color information

#30842D (or 0x30842D) is known color: Japanese Laurel. HEX triplet: 30, 84 and 2D. RGB value is (48,132,45). Sum of RGB (Red+Green+Blue) = 48+132+45=225 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.33% from 225); Green value is 132 (51.95% from 255 or 58.67% from 225); Blue value is 45 (17.97% from 255 or 20% from 225); Max value from RGB is 132 - color contains mainly: green. Hex color #30842D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30842D is #CF7BD2. Grayscale: #616161. Windows color (decimal): -13597651 or 2982960. OLE color: 2982960.

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

Color convert

RGB 48 132 45 -
CMYK 0.64 0 0.66 0.48
HSL 117.93º 0.49% 0.35% -
HSV(B) 117.93º 0.66% 0.52% -
XYZ 9.94 17.32 5.3 -
YUV 96.97 98.67 93.07 -
System Red Green Blue C M Y K H S L
Decimal 48 132 45 0.64 0 0.66 0.48 117.93 0.49 0.35
Hex 30 84 2D 40 0 42 30 76 31 23
Octal 60 204 55 100 0 102 60 166 61 43
Binary 110000 10000100 101101 1000000 0 1000010 110000 1110110 110001 100011

Color Harmonies of #30842D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30842D

Black with #30842D

Text Example


Text Example

White with #30842D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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