Html Css Color HEX #30843E Japanese Laurel

📋 copy color: '#30843E'

red 48 ◦ green 132 ◦ blue 62

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

Shades of Japanese Laurel #30843E

Tints of Japanese Laurel #30843E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 54.55%

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

R = 19.83%
G = 54.55%
B = 25.62%

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

#30843E (or 0x30843E) is known color: Japanese Laurel. HEX triplet: 30, 84 and 3E. RGB value is (48,132,62). Sum of RGB (Red+Green+Blue) = 48+132+62=242 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.83% from 242); Green value is 132 (51.95% from 255 or 54.55% from 242); Blue value is 62 (24.61% from 255 or 25.62% from 242); Max value from RGB is 132 - color contains mainly: green. Hex color #30843E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30843E is #CF7BC1. Grayscale: #636363. Windows color (decimal): -13597634 or 4097072. OLE color: 4097072.

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

Color convert

RGB 48 132 62 -
CMYK 0.64 0 0.53 0.48
HSL 130º 0.47% 0.35% -
HSV(B) 130º 0.64% 0.52% -
XYZ 10.34 17.48 7.39 -
YUV 98.9 107.17 91.69 -
System Red Green Blue C M Y K H S L
Decimal 48 132 62 0.64 0 0.53 0.48 130 0.47 0.35
Hex 30 84 3E 40 0 35 30 82 2F 23
Octal 60 204 76 100 0 65 60 202 57 43
Binary 110000 10000100 111110 1000000 0 110101 110000 10000010 101111 100011

Color Harmonies of #30843E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30843E

Black with #30843E

Text Example


Text Example

White with #30843E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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