Html Css Color HEX #30853B Japanese Laurel

📋 copy color: '#30853B'

red 48 ◦ green 133 ◦ blue 59

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

Shades of Japanese Laurel #30853B

Tints of Japanese Laurel #30853B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 24.58%

R = 20%
G = 55.42%
B = 24.58%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.56

 K value IS 0.48

RGB Variations

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

Color information

#30853B (or 0x30853B) is known color: Japanese Laurel. HEX triplet: 30, 85 and 3B. RGB value is (48,133,59). Sum of RGB (Red+Green+Blue) = 48+133+59=240 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20% from 240); Green value is 133 (52.34% from 255 or 55.42% from 240); Blue value is 59 (23.44% from 255 or 24.58% from 240); Max value from RGB is 133 - color contains mainly: green. Hex color #30853B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30853B is #CF7AC4. Grayscale: #636363. Windows color (decimal): -13597381 or 3900720. OLE color: 3900720.

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

Color convert

RGB 48 133 59 -
CMYK 0.64 0 0.56 0.48
HSL 127.76º 0.47% 0.35% -
HSV(B) 127.76º 0.64% 0.52% -
XYZ 10.4 17.72 7.01 -
YUV 99.15 105.34 91.52 -
System Red Green Blue C M Y K H S L
Decimal 48 133 59 0.64 0 0.56 0.48 127.76 0.47 0.35
Hex 30 85 3B 40 0 38 30 80 2F 23
Octal 60 205 73 100 0 70 60 200 57 43
Binary 110000 10000101 111011 1000000 0 111000 110000 10000000 101111 100011

Color Harmonies of #30853B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30853B

Black with #30853B

Text Example


Text Example

White with #30853B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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