Html Css Color HEX #308C3D Japanese Laurel

📋 copy color: '#308C3D'

red 48 ◦ green 140 ◦ blue 61

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

Shades of Japanese Laurel #308C3D

Tints of Japanese Laurel #308C3D

RGB

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

 GREEN value IS 140 (55.08% from 255) = 56.22%

 BLUE value IS 61 (24.22% from 255) = 24.5%

R = 19.28%
G = 56.22%
B = 24.5%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.56

 K value IS 0.45

RGB Variations

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

Color information

#308C3D (or 0x308C3D) is known color: Japanese Laurel. HEX triplet: 30, 8C and 3D. RGB value is (48,140,61). Sum of RGB (Red+Green+Blue) = 48+140+61=249 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.28% from 249); Green value is 140 (55.08% from 255 or 56.22% from 249); Blue value is 61 (24.22% from 255 or 24.50% from 249); Max value from RGB is 140 - color contains mainly: green. Hex color #308C3D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308C3D is #CF73C2. Grayscale: #676767. Windows color (decimal): -13595587 or 4033584. OLE color: 4033584.

HSL color Cylindrical-coordinate representation of color #308C3D: hue angle of 128.48º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #308C3D is Cyan = 0.66, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.45.

Color convert

RGB 48 140 61 -
CMYK 0.66 0 0.56 0.45
HSL 128.48º 0.49% 0.37% -
HSV(B) 128.48º 0.66% 0.55% -
XYZ 11.44 19.72 7.62 -
YUV 103.49 104.02 88.42 -
System Red Green Blue C M Y K H S L
Decimal 48 140 61 0.66 0 0.56 0.45 128.48 0.49 0.37
Hex 30 8C 3D 42 0 38 2D 80 31 25
Octal 60 214 75 102 0 70 55 200 61 45
Binary 110000 10001100 111101 1000010 0 111000 101101 10000000 110001 100101

Color Harmonies of #308C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308C3D

Black with #308C3D

Text Example


Text Example

White with #308C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308C3D; }

 p { color: rgb(48,140,61); }

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

background-color css

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

 a { background-color: rgb(48,140,61); }

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

border-color css

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

 span { border-color: rgb(48,140,61); }

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