Html Css Color HEX #30943E Japanese Laurel

📋 copy color: '#30943E'

red 48 ◦ green 148 ◦ blue 62

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

Shades of Japanese Laurel #30943E

Tints of Japanese Laurel #30943E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 57.36%

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

R = 18.6%
G = 57.36%
B = 24.03%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.58

 K value IS 0.42

RGB Variations

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

Color information

#30943E (or 0x30943E) is known color: Japanese Laurel. HEX triplet: 30, 94 and 3E. RGB value is (48,148,62). Sum of RGB (Red+Green+Blue) = 48+148+62=258 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.60% from 258); Green value is 148 (58.20% from 255 or 57.36% from 258); Blue value is 62 (24.61% from 255 or 24.03% from 258); Max value from RGB is 148 - color contains mainly: green. Hex color #30943E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30943E is #CF6BC1. Grayscale: #6C6C6C. Windows color (decimal): -13593538 or 4101168. OLE color: 4101168.

HSL color Cylindrical-coordinate representation of color #30943E: hue angle of 128.4º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #30943E is Cyan = 0.68, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.42.

Color convert

RGB 48 148 62 -
CMYK 0.68 0 0.58 0.42
HSL 128.4º 0.51% 0.38% -
HSV(B) 128.4º 0.68% 0.58% -
XYZ 12.68 22.16 8.17 -
YUV 108.3 101.87 84.99 -
System Red Green Blue C M Y K H S L
Decimal 48 148 62 0.68 0 0.58 0.42 128.4 0.51 0.38
Hex 30 94 3E 44 0 3A 2A 80 33 26
Octal 60 224 76 104 0 72 52 200 63 46
Binary 110000 10010100 111110 1000100 0 111010 101010 10000000 110011 100110

Color Harmonies of #30943E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30943E

Black with #30943E

Text Example


Text Example

White with #30943E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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