Html Css Color HEX #30852D Japanese Laurel

📋 copy color: '#30852D'

red 48 ◦ green 133 ◦ blue 45

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

Shades of Japanese Laurel #30852D

Tints of Japanese Laurel #30852D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 58.85%

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

R = 21.24%
G = 58.85%
B = 19.91%

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

#30852D (or 0x30852D) is known color: Japanese Laurel. HEX triplet: 30, 85 and 2D. RGB value is (48,133,45). Sum of RGB (Red+Green+Blue) = 48+133+45=226 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.24% from 226); Green value is 133 (52.34% from 255 or 58.85% from 226); Blue value is 45 (17.97% from 255 or 19.91% from 226); Max value from RGB is 133 - color contains mainly: green. Hex color #30852D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30852D is #CF7AD2. Grayscale: #616161. Windows color (decimal): -13597395 or 2983216. OLE color: 2983216.

HSL color Cylindrical-coordinate representation of color #30852D: hue angle of 117.95º 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 #30852D is Cyan = 0.64, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.48.

Color convert

RGB 48 133 45 -
CMYK 0.64 0 0.66 0.48
HSL 117.95º 0.49% 0.35% -
HSV(B) 117.95º 0.66% 0.52% -
XYZ 10.08 17.59 5.35 -
YUV 97.55 98.34 92.66 -
System Red Green Blue C M Y K H S L
Decimal 48 133 45 0.64 0 0.66 0.48 117.95 0.49 0.35
Hex 30 85 2D 40 0 42 30 76 31 23
Octal 60 205 55 100 0 102 60 166 61 43
Binary 110000 10000101 101101 1000000 0 1000010 110000 1110110 110001 100011

Color Harmonies of #30852D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30852D

Black with #30852D

Text Example


Text Example

White with #30852D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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