Html Css Color HEX #308541 Japanese Laurel

📋 copy color: '#308541'

red 48 ◦ green 133 ◦ blue 65

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

Shades of Japanese Laurel #308541

Tints of Japanese Laurel #308541

RGB

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

 GREEN value IS 133 (52.34% from 255) = 54.07%

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

R = 19.51%
G = 54.07%
B = 26.42%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.51

 K value IS 0.48

RGB Variations

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

Color information

#308541 (or 0x308541) is known color: Japanese Laurel. HEX triplet: 30, 85 and 41. RGB value is (48,133,65). Sum of RGB (Red+Green+Blue) = 48+133+65=246 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.51% from 246); Green value is 133 (52.34% from 255 or 54.07% from 246); Blue value is 65 (25.78% from 255 or 26.42% from 246); Max value from RGB is 133 - color contains mainly: green. Hex color #308541 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308541 is #CF7ABE. Grayscale: #646464. Windows color (decimal): -13597375 or 4293936. OLE color: 4293936.

HSL color Cylindrical-coordinate representation of color #308541: hue angle of 132º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #308541 is Cyan = 0.64, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.48.

Color convert

RGB 48 133 65 -
CMYK 0.64 0 0.51 0.48
HSL 132º 0.47% 0.35% -
HSV(B) 132º 0.64% 0.52% -
XYZ 10.56 17.79 7.88 -
YUV 99.83 108.34 91.03 -
System Red Green Blue C M Y K H S L
Decimal 48 133 65 0.64 0 0.51 0.48 132 0.47 0.35
Hex 30 85 41 40 0 33 30 84 2F 23
Octal 60 205 101 100 0 63 60 204 57 43
Binary 110000 10000101 1000001 1000000 0 110011 110000 10000100 101111 100011

Color Harmonies of #308541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308541

Black with #308541

Text Example


Text Example

White with #308541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308541; }

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

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

background-color css

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

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

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

border-color css

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

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

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