Html Css Color HEX #308B37 Japanese Laurel

📋 copy color: '#308B37'

red 48 ◦ green 139 ◦ blue 55

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

Shades of Japanese Laurel #308B37

Tints of Japanese Laurel #308B37

RGB

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

 GREEN value IS 139 (54.69% from 255) = 57.44%

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

R = 19.83%
G = 57.44%
B = 22.73%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.60

 K value IS 0.45

RGB Variations

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

Color information

#308B37 (or 0x308B37) is known color: Japanese Laurel. HEX triplet: 30, 8B and 37. RGB value is (48,139,55). Sum of RGB (Red+Green+Blue) = 48+139+55=242 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.83% from 242); Green value is 139 (54.69% from 255 or 57.44% from 242); Blue value is 55 (21.88% from 255 or 22.73% from 242); Max value from RGB is 139 - color contains mainly: green. Hex color #308B37 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308B37 is #CF74C8. Grayscale: #666666. Windows color (decimal): -13595849 or 3640112. OLE color: 3640112.

HSL color Cylindrical-coordinate representation of color #308B37: hue angle of 124.62º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #308B37 is Cyan = 0.65, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.45.

Color convert

RGB 48 139 55 -
CMYK 0.65 0 0.60 0.45
HSL 124.62º 0.49% 0.37% -
HSV(B) 124.62º 0.65% 0.55% -
XYZ 11.14 19.37 6.77 -
YUV 102.22 101.35 89.33 -
System Red Green Blue C M Y K H S L
Decimal 48 139 55 0.65 0 0.60 0.45 124.62 0.49 0.37
Hex 30 8B 37 41 0 3C 2D 7D 31 25
Octal 60 213 67 101 0 74 55 175 61 45
Binary 110000 10001011 110111 1000001 0 111100 101101 1111101 110001 100101

Color Harmonies of #308B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308B37

Black with #308B37

Text Example


Text Example

White with #308B37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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