Html Css Color HEX #307B37 Japanese Laurel

📋 copy color: '#307B37'

red 48 ◦ green 123 ◦ blue 55

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

Shades of Japanese Laurel #307B37

Tints of Japanese Laurel #307B37

RGB

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

 GREEN value IS 123 (48.44% from 255) = 54.42%

 BLUE value IS 55 (21.88% from 255) = 24.34%

R = 21.24%
G = 54.42%
B = 24.34%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.55

 K value IS 0.52

RGB Variations

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

Color information

#307B37 (or 0x307B37) is known color: Japanese Laurel. HEX triplet: 30, 7B and 37. RGB value is (48,123,55). Sum of RGB (Red+Green+Blue) = 48+123+55=226 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.24% from 226); Green value is 123 (48.44% from 255 or 54.42% from 226); Blue value is 55 (21.88% from 255 or 24.34% from 226); Max value from RGB is 123 - color contains mainly: green. Hex color #307B37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307B37 is #CF84C8. Grayscale: #5D5D5D. Windows color (decimal): -13599945 or 3636016. OLE color: 3636016.

HSL color Cylindrical-coordinate representation of color #307B37: hue angle of 125.6º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #307B37 is Cyan = 0.61, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.52.

Color convert

RGB 48 123 55 -
CMYK 0.61 0 0.55 0.52
HSL 125.6º 0.44% 0.34% -
HSV(B) 125.6º 0.61% 0.48% -
XYZ 8.99 15.07 6.05 -
YUV 92.82 106.65 96.03 -
System Red Green Blue C M Y K H S L
Decimal 48 123 55 0.61 0 0.55 0.52 125.6 0.44 0.34
Hex 30 7B 37 3D 0 37 34 7E 2C 22
Octal 60 173 67 75 0 67 64 176 54 42
Binary 110000 1111011 110111 111101 0 110111 110100 1111110 101100 100010

Color Harmonies of #307B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307B37

Black with #307B37

Text Example


Text Example

White with #307B37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307B37; }

 p { color: rgb(48,123,55); }

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

background-color css

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

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

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

border-color css

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

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

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