Html Css Color HEX #308137 Japanese Laurel

📋 copy color: '#308137'

red 48 ◦ green 129 ◦ blue 55

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

Shades of Japanese Laurel #308137

Tints of Japanese Laurel #308137

RGB

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

 GREEN value IS 129 (50.78% from 255) = 55.6%

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

R = 20.69%
G = 55.6%
B = 23.71%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#308137 (or 0x308137) is known color: Japanese Laurel. HEX triplet: 30, 81 and 37. RGB value is (48,129,55). Sum of RGB (Red+Green+Blue) = 48+129+55=232 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.69% from 232); Green value is 129 (50.78% from 255 or 55.60% from 232); Blue value is 55 (21.88% from 255 or 23.71% from 232); Max value from RGB is 129 - color contains mainly: green. Hex color #308137 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308137 is #CF7EC8. Grayscale: #606060. Windows color (decimal): -13598409 or 3637552. OLE color: 3637552.

HSL color Cylindrical-coordinate representation of color #308137: hue angle of 125.19º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #308137 is Cyan = 0.63, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 129 55 -
CMYK 0.63 0 0.57 0.49
HSL 125.19º 0.46% 0.35% -
HSV(B) 125.19º 0.63% 0.51% -
XYZ 9.76 16.6 6.31 -
YUV 96.35 104.66 93.52 -
System Red Green Blue C M Y K H S L
Decimal 48 129 55 0.63 0 0.57 0.49 125.19 0.46 0.35
Hex 30 81 37 3F 0 39 31 7D 2E 23
Octal 60 201 67 77 0 71 61 175 56 43
Binary 110000 10000001 110111 111111 0 111001 110001 1111101 101110 100011

Color Harmonies of #308137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308137

Black with #308137

Text Example


Text Example

White with #308137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308137; }

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

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

background-color css

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

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

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

border-color css

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

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

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