Html Css Color HEX #308941 Japanese Laurel

📋 copy color: '#308941'

red 48 ◦ green 137 ◦ blue 65

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

Shades of Japanese Laurel #308941

Tints of Japanese Laurel #308941

RGB

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

 GREEN value IS 137 (53.91% from 255) = 54.8%

 BLUE value IS 65 (25.78% from 255) = 26%

R = 19.2%
G = 54.8%
B = 26%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.53

 K value IS 0.46

RGB Variations

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

Color information

#308941 (or 0x308941) is known color: Japanese Laurel. HEX triplet: 30, 89 and 41. RGB value is (48,137,65). Sum of RGB (Red+Green+Blue) = 48+137+65=250 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.2% from 250); Green value is 137 (53.91% from 255 or 54.8% from 250); Blue value is 65 (25.78% from 255 or 26% from 250); Max value from RGB is 137 - color contains mainly: green. Hex color #308941 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308941 is #CF76BE. Grayscale: #666666. Windows color (decimal): -13596351 or 4294960. OLE color: 4294960.

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

Color convert

RGB 48 137 65 -
CMYK 0.65 0 0.53 0.46
HSL 131.46º 0.48% 0.36% -
HSV(B) 131.46º 0.65% 0.54% -
XYZ 11.12 18.9 8.06 -
YUV 102.18 107.01 89.35 -
System Red Green Blue C M Y K H S L
Decimal 48 137 65 0.65 0 0.53 0.46 131.46 0.48 0.36
Hex 30 89 41 41 0 35 2E 83 30 24
Octal 60 211 101 101 0 65 56 203 60 44
Binary 110000 10001001 1000001 1000001 0 110101 101110 10000011 110000 100100

Color Harmonies of #308941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308941

Black with #308941

Text Example


Text Example

White with #308941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308941; }

 p { color: rgb(48,137,65); }

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

background-color css

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

 a { background-color: rgb(48,137,65); }

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

border-color css

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

 span { border-color: rgb(48,137,65); }

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