Html Css Color HEX #30853E Japanese Laurel

📋 copy color: '#30853E'

red 48 ◦ green 133 ◦ blue 62

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

Shades of Japanese Laurel #30853E

Tints of Japanese Laurel #30853E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 25.51%

R = 19.75%
G = 54.73%
B = 25.51%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.53

 K value IS 0.48

RGB Variations

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

Color information

#30853E (or 0x30853E) is known color: Japanese Laurel. HEX triplet: 30, 85 and 3E. RGB value is (48,133,62). Sum of RGB (Red+Green+Blue) = 48+133+62=243 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.75% from 243); Green value is 133 (52.34% from 255 or 54.73% from 243); Blue value is 62 (24.61% from 255 or 25.51% from 243); Max value from RGB is 133 - color contains mainly: green. Hex color #30853E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30853E is #CF7AC1. Grayscale: #636363. Windows color (decimal): -13597378 or 4097328. OLE color: 4097328.

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

Color convert

RGB 48 133 62 -
CMYK 0.64 0 0.53 0.48
HSL 129.88º 0.47% 0.35% -
HSV(B) 129.88º 0.64% 0.52% -
XYZ 10.48 17.75 7.43 -
YUV 99.49 106.84 91.27 -
System Red Green Blue C M Y K H S L
Decimal 48 133 62 0.64 0 0.53 0.48 129.88 0.47 0.35
Hex 30 85 3E 40 0 35 30 82 2F 23
Octal 60 205 76 100 0 65 60 202 57 43
Binary 110000 10000101 111110 1000000 0 110101 110000 10000010 101111 100011

Color Harmonies of #30853E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30853E

Black with #30853E

Text Example


Text Example

White with #30853E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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