Html Css Color HEX #30903D Japanese Laurel

📋 copy color: '#30903D'

red 48 ◦ green 144 ◦ blue 61

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

Shades of Japanese Laurel #30903D

Tints of Japanese Laurel #30903D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 56.92%

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

R = 18.97%
G = 56.92%
B = 24.11%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.58

 K value IS 0.44

RGB Variations

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

Color information

#30903D (or 0x30903D) is known color: Japanese Laurel. HEX triplet: 30, 90 and 3D. RGB value is (48,144,61). Sum of RGB (Red+Green+Blue) = 48+144+61=253 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.97% from 253); Green value is 144 (56.64% from 255 or 56.92% from 253); Blue value is 61 (24.22% from 255 or 24.11% from 253); Max value from RGB is 144 - color contains mainly: green. Hex color #30903D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30903D is #CF6FC2. Grayscale: #6A6A6A. Windows color (decimal): -13594563 or 4034608. OLE color: 4034608.

HSL color Cylindrical-coordinate representation of color #30903D: hue angle of 128.12º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #30903D is Cyan = 0.67, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.44.

Color convert

RGB 48 144 61 -
CMYK 0.67 0 0.58 0.44
HSL 128.13º 0.5% 0.38% -
HSV(B) 128.13º 0.67% 0.56% -
XYZ 12.03 20.91 7.82 -
YUV 105.83 102.7 86.75 -
System Red Green Blue C M Y K H S L
Decimal 48 144 61 0.67 0 0.58 0.44 128.13 0.5 0.38
Hex 30 90 3D 43 0 3A 2C 80 32 26
Octal 60 220 75 103 0 72 54 200 62 46
Binary 110000 10010000 111101 1000011 0 111010 101100 10000000 110010 100110

Color Harmonies of #30903D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30903D

Black with #30903D

Text Example


Text Example

White with #30903D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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