Html Css Color HEX #307538 Japanese Laurel

📋 copy color: '#307538'

red 48 ◦ green 117 ◦ blue 56

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

Shades of Japanese Laurel #307538

Tints of Japanese Laurel #307538

RGB

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

 GREEN value IS 117 (46.09% from 255) = 52.94%

 BLUE value IS 56 (22.27% from 255) = 25.34%

R = 21.72%
G = 52.94%
B = 25.34%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.52

 K value IS 0.54

RGB Variations

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

Color information

#307538 (or 0x307538) is known color: Japanese Laurel. HEX triplet: 30, 75 and 38. RGB value is (48,117,56). Sum of RGB (Red+Green+Blue) = 48+117+56=221 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.72% from 221); Green value is 117 (46.09% from 255 or 52.94% from 221); Blue value is 56 (22.27% from 255 or 25.34% from 221); Max value from RGB is 117 - color contains mainly: green. Hex color #307538 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307538 is #CF8AC7. Grayscale: #595959. Windows color (decimal): -13601480 or 3700016. OLE color: 3700016.

HSL color Cylindrical-coordinate representation of color #307538: hue angle of 126.96º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #307538 is Cyan = 0.59, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.54.

Color convert

RGB 48 117 56 -
CMYK 0.59 0 0.52 0.54
HSL 126.96º 0.42% 0.32% -
HSV(B) 126.96º 0.59% 0.46% -
XYZ 8.29 13.64 5.94 -
YUV 89.42 109.14 98.46 -
System Red Green Blue C M Y K H S L
Decimal 48 117 56 0.59 0 0.52 0.54 126.96 0.42 0.32
Hex 30 75 38 3B 0 34 36 7F 2A 20
Octal 60 165 70 73 0 64 66 177 52 40
Binary 110000 1110101 111000 111011 0 110100 110110 1111111 101010 100000

Color Harmonies of #307538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307538

Black with #307538

Text Example


Text Example

White with #307538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307538; }

 p { color: rgb(48,117,56); }

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

background-color css

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

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

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

border-color css

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

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

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