Html Css Color HEX #30853D Japanese Laurel

📋 copy color: '#30853D'

red 48 ◦ green 133 ◦ blue 61

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

Shades of Japanese Laurel #30853D

Tints of Japanese Laurel #30853D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 25.21%

R = 19.83%
G = 54.96%
B = 25.21%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.54

 K value IS 0.48

RGB Variations

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

Color information

#30853D (or 0x30853D) is known color: Japanese Laurel. HEX triplet: 30, 85 and 3D. RGB value is (48,133,61). Sum of RGB (Red+Green+Blue) = 48+133+61=242 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.83% from 242); Green value is 133 (52.34% from 255 or 54.96% from 242); Blue value is 61 (24.22% from 255 or 25.21% from 242); Max value from RGB is 133 - color contains mainly: green. Hex color #30853D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30853D is #CF7AC2. Grayscale: #636363. Windows color (decimal): -13597379 or 4031792. OLE color: 4031792.

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

Color convert

RGB 48 133 61 -
CMYK 0.64 0 0.54 0.48
HSL 129.18º 0.47% 0.35% -
HSV(B) 129.18º 0.64% 0.52% -
XYZ 10.45 17.74 7.29 -
YUV 99.38 106.34 91.35 -
System Red Green Blue C M Y K H S L
Decimal 48 133 61 0.64 0 0.54 0.48 129.18 0.47 0.35
Hex 30 85 3D 40 0 36 30 81 2F 23
Octal 60 205 75 100 0 66 60 201 57 43
Binary 110000 10000101 111101 1000000 0 110110 110000 10000001 101111 100011

Color Harmonies of #30853D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30853D

Black with #30853D

Text Example


Text Example

White with #30853D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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