Html Css Color HEX #308534 Japanese Laurel

📋 copy color: '#308534'

red 48 ◦ green 133 ◦ blue 52

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

Shades of Japanese Laurel #308534

Tints of Japanese Laurel #308534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 22.32%

R = 20.6%
G = 57.08%
B = 22.32%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.61

 K value IS 0.48

RGB Variations

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

Color information

#308534 (or 0x308534) is known color: Japanese Laurel. HEX triplet: 30, 85 and 34. RGB value is (48,133,52). Sum of RGB (Red+Green+Blue) = 48+133+52=233 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.60% from 233); Green value is 133 (52.34% from 255 or 57.08% from 233); Blue value is 52 (20.70% from 255 or 22.32% from 233); Max value from RGB is 133 - color contains mainly: green. Hex color #308534 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308534 is #CF7ACB. Grayscale: #626262. Windows color (decimal): -13597388 or 3441968. OLE color: 3441968.

HSL color Cylindrical-coordinate representation of color #308534: hue angle of 122.82º 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 #308534 is Cyan = 0.64, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.48.

Color convert

RGB 48 133 52 -
CMYK 0.64 0 0.61 0.48
HSL 122.82º 0.47% 0.35% -
HSV(B) 122.82º 0.64% 0.52% -
XYZ 10.23 17.65 6.12 -
YUV 98.35 101.84 92.09 -
System Red Green Blue C M Y K H S L
Decimal 48 133 52 0.64 0 0.61 0.48 122.82 0.47 0.35
Hex 30 85 34 40 0 3D 30 7B 2F 23
Octal 60 205 64 100 0 75 60 173 57 43
Binary 110000 10000101 110100 1000000 0 111101 110000 1111011 101111 100011

Color Harmonies of #308534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308534

Black with #308534

Text Example


Text Example

White with #308534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308534; }

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

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

background-color css

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

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

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

border-color css

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

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

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