Html Css Color HEX #308632 Japanese Laurel

📋 copy color: '#308632'

red 48 ◦ green 134 ◦ blue 50

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

Shades of Japanese Laurel #308632

Tints of Japanese Laurel #308632

RGB

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

 GREEN value IS 134 (52.73% from 255) = 57.76%

 BLUE value IS 50 (19.92% from 255) = 21.55%

R = 20.69%
G = 57.76%
B = 21.55%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.63

 K value IS 0.47

RGB Variations

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

Color information

#308632 (or 0x308632) is known color: Japanese Laurel. HEX triplet: 30, 86 and 32. RGB value is (48,134,50). Sum of RGB (Red+Green+Blue) = 48+134+50=232 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.69% from 232); Green value is 134 (52.73% from 255 or 57.76% from 232); Blue value is 50 (19.92% from 255 or 21.55% from 232); Max value from RGB is 134 - color contains mainly: green. Hex color #308632 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308632 is #CF79CD. Grayscale: #626262. Windows color (decimal): -13597134 or 3311152. OLE color: 3311152.

HSL color Cylindrical-coordinate representation of color #308632: hue angle of 121.4º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #308632 is Cyan = 0.64, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB 48 134 50 -
CMYK 0.64 0 0.63 0.47
HSL 121.4º 0.47% 0.36% -
HSV(B) 121.4º 0.64% 0.53% -
XYZ 10.32 17.91 5.93 -
YUV 98.71 100.51 91.83 -
System Red Green Blue C M Y K H S L
Decimal 48 134 50 0.64 0 0.63 0.47 121.4 0.47 0.36
Hex 30 86 32 40 0 3F 2F 79 2F 24
Octal 60 206 62 100 0 77 57 171 57 44
Binary 110000 10000110 110010 1000000 0 111111 101111 1111001 101111 100100

Color Harmonies of #308632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308632

Black with #308632

Text Example


Text Example

White with #308632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308632; }

 p { color: rgb(48,134,50); }

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

background-color css

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

 a { background-color: rgb(48,134,50); }

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

border-color css

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

 span { border-color: rgb(48,134,50); }

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