Html Css Color HEX #307638 Japanese Laurel

📋 copy color: '#307638'

red 48 ◦ green 118 ◦ blue 56

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

Shades of Japanese Laurel #307638

Tints of Japanese Laurel #307638

RGB

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

 GREEN value IS 118 (46.48% from 255) = 53.15%

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

R = 21.62%
G = 53.15%
B = 25.23%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.53

 K value IS 0.54

RGB Variations

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

Color information

#307638 (or 0x307638) is known color: Japanese Laurel. HEX triplet: 30, 76 and 38. RGB value is (48,118,56). Sum of RGB (Red+Green+Blue) = 48+118+56=222 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.62% from 222); Green value is 118 (46.48% from 255 or 53.15% from 222); Blue value is 56 (22.27% from 255 or 25.23% from 222); Max value from RGB is 118 - color contains mainly: green. Hex color #307638 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307638 is #CF89C7. Grayscale: #5A5A5A. Windows color (decimal): -13601224 or 3700272. OLE color: 3700272.

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

Color convert

RGB 48 118 56 -
CMYK 0.59 0 0.53 0.54
HSL 126.86º 0.42% 0.33% -
HSV(B) 126.86º 0.59% 0.46% -
XYZ 8.41 13.87 5.98 -
YUV 90 108.81 98.04 -
System Red Green Blue C M Y K H S L
Decimal 48 118 56 0.59 0 0.53 0.54 126.86 0.42 0.33
Hex 30 76 38 3B 0 35 36 7F 2A 21
Octal 60 166 70 73 0 65 66 177 52 41
Binary 110000 1110110 111000 111011 0 110101 110110 1111111 101010 100001

Color Harmonies of #307638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307638

Black with #307638

Text Example


Text Example

White with #307638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307638; }

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

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

background-color css

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

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

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

border-color css

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

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

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