Html Css Color HEX #30853A Japanese Laurel

📋 copy color: '#30853A'

red 48 ◦ green 133 ◦ blue 58

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

Shades of Japanese Laurel #30853A

Tints of Japanese Laurel #30853A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 24.27%

R = 20.08%
G = 55.65%
B = 24.27%

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

#30853A (or 0x30853A) is known color: Japanese Laurel. HEX triplet: 30, 85 and 3A. RGB value is (48,133,58). Sum of RGB (Red+Green+Blue) = 48+133+58=239 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.08% from 239); Green value is 133 (52.34% from 255 or 55.65% from 239); Blue value is 58 (23.05% from 255 or 24.27% from 239); Max value from RGB is 133 - color contains mainly: green. Hex color #30853A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30853A is #CF7AC5. Grayscale: #636363. Windows color (decimal): -13597382 or 3835184. OLE color: 3835184.

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

Color convert

RGB 48 133 58 -
CMYK 0.64 0 0.56 0.48
HSL 127.06º 0.47% 0.35% -
HSV(B) 127.06º 0.64% 0.52% -
XYZ 10.37 17.71 6.87 -
YUV 99.04 104.84 91.6 -
System Red Green Blue C M Y K H S L
Decimal 48 133 58 0.64 0 0.56 0.48 127.06 0.47 0.35
Hex 30 85 3A 40 0 38 30 7F 2F 23
Octal 60 205 72 100 0 70 60 177 57 43
Binary 110000 10000101 111010 1000000 0 111000 110000 1111111 101111 100011

Color Harmonies of #30853A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30853A

Black with #30853A

Text Example


Text Example

White with #30853A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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