Html Css Color HEX #307838 Japanese Laurel

📋 copy color: '#307838'

red 48 ◦ green 120 ◦ blue 56

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

Shades of Japanese Laurel #307838

Tints of Japanese Laurel #307838

RGB

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

 GREEN value IS 120 (47.27% from 255) = 53.57%

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

R = 21.43%
G = 53.57%
B = 25%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.53

 K value IS 0.53

RGB Variations

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

Color information

#307838 (or 0x307838) is known color: Japanese Laurel. HEX triplet: 30, 78 and 38. RGB value is (48,120,56). Sum of RGB (Red+Green+Blue) = 48+120+56=224 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.43% from 224); Green value is 120 (47.27% from 255 or 53.57% from 224); Blue value is 56 (22.27% from 255 or 25% from 224); Max value from RGB is 120 - color contains mainly: green. Hex color #307838 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307838 is #CF87C7. Grayscale: #5B5B5B. Windows color (decimal): -13600712 or 3700784. OLE color: 3700784.

HSL color Cylindrical-coordinate representation of color #307838: hue angle of 126.67º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #307838 is Cyan = 0.60, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.53.

Color convert

RGB 48 120 56 -
CMYK 0.60 0 0.53 0.53
HSL 126.67º 0.43% 0.33% -
HSV(B) 126.67º 0.6% 0.47% -
XYZ 8.65 14.35 6.05 -
YUV 91.18 108.15 97.2 -
System Red Green Blue C M Y K H S L
Decimal 48 120 56 0.60 0 0.53 0.53 126.67 0.43 0.33
Hex 30 78 38 3C 0 35 35 7F 2B 21
Octal 60 170 70 74 0 65 65 177 53 41
Binary 110000 1111000 111000 111100 0 110101 110101 1111111 101011 100001

Color Harmonies of #307838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307838

Black with #307838

Text Example


Text Example

White with #307838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307838; }

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

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

background-color css

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

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

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

border-color css

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

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

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