Html Css Color HEX #307430 Japanese Laurel

📋 copy color: '#307430'

red 48 ◦ green 116 ◦ blue 48

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

Shades of Japanese Laurel #307430

Tints of Japanese Laurel #307430

RGB

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

 GREEN value IS 116 (45.7% from 255) = 54.72%

 BLUE value IS 48 (19.14% from 255) = 22.64%

R = 22.64%
G = 54.72%
B = 22.64%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#307430 (or 0x307430) is known color: Japanese Laurel. HEX triplet: 30, 74 and 30. RGB value is (48,116,48). Sum of RGB (Red+Green+Blue) = 48+116+48=212 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.64% from 212); Green value is 116 (45.70% from 255 or 54.72% from 212); Blue value is 48 (19.14% from 255 or 22.64% from 212); Max value from RGB is 116 - color contains mainly: green. Hex color #307430 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307430 is #CF8BCF. Grayscale: #585858. Windows color (decimal): -13601744 or 3175472. OLE color: 3175472.

HSL color Cylindrical-coordinate representation of color #307430: hue angle of 120º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #307430 is Cyan = 0.59, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB 48 116 48 -
CMYK 0.59 0 0.59 0.55
HSL 120º 0.41% 0.32% -
HSV(B) 120º 0.59% 0.45% -
XYZ 8 13.33 4.95 -
YUV 87.92 105.47 99.53 -
System Red Green Blue C M Y K H S L
Decimal 48 116 48 0.59 0 0.59 0.55 120 0.41 0.32
Hex 30 74 30 3B 0 3B 37 78 29 20
Octal 60 164 60 73 0 73 67 170 51 40
Binary 110000 1110100 110000 111011 0 111011 110111 1111000 101001 100000

Color Harmonies of #307430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307430

Black with #307430

Text Example


Text Example

White with #307430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307430; }

 p { color: rgb(48,116,48); }

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

background-color css

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

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

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

border-color css

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

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

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