Html Css Color HEX #30903A Japanese Laurel

📋 copy color: '#30903A'

red 48 ◦ green 144 ◦ blue 58

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

Shades of Japanese Laurel #30903A

Tints of Japanese Laurel #30903A

RGB

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

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

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

R = 19.2%
G = 57.6%
B = 23.2%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.60

 K value IS 0.44

RGB Variations

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

Color information

#30903A (or 0x30903A) is known color: Japanese Laurel. HEX triplet: 30, 90 and 3A. RGB value is (48,144,58). Sum of RGB (Red+Green+Blue) = 48+144+58=250 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.2% from 250); Green value is 144 (56.64% from 255 or 57.6% from 250); Blue value is 58 (23.05% from 255 or 23.2% from 250); Max value from RGB is 144 - color contains mainly: green. Hex color #30903A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30903A is #CF6FC5. Grayscale: #696969. Windows color (decimal): -13594566 or 3838000. OLE color: 3838000.

HSL color Cylindrical-coordinate representation of color #30903A: hue angle of 126.25º 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 #30903A is Cyan = 0.67, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.44.

Color convert

RGB 48 144 58 -
CMYK 0.67 0 0.60 0.44
HSL 126.25º 0.5% 0.38% -
HSV(B) 126.25º 0.67% 0.56% -
XYZ 11.96 20.88 7.4 -
YUV 105.49 101.2 86.99 -
System Red Green Blue C M Y K H S L
Decimal 48 144 58 0.67 0 0.60 0.44 126.25 0.5 0.38
Hex 30 90 3A 43 0 3C 2C 7E 32 26
Octal 60 220 72 103 0 74 54 176 62 46
Binary 110000 10010000 111010 1000011 0 111100 101100 1111110 110010 100110

Color Harmonies of #30903A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30903A

Black with #30903A

Text Example


Text Example

White with #30903A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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